Skip to content
Snippets Groups Projects
Commit d6459b76 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

fix: prev

parent 2fa6397d
No related branches found
No related tags found
2 merge requests!7fix: backlink on left in territory profile...,!4Draft: add: alpha release + switch to core beta
Pipeline #16749 passed
...@@ -417,22 +417,22 @@ import("./utils.js").then((utils) => { ...@@ -417,22 +417,22 @@ import("./utils.js").then((utils) => {
class-longdesc="padding-left-avatar-small padding-bottom-small" class-longdesc="padding-left-avatar-small padding-bottom-small"
widget-title="h2" widget-title="h2"
class-title="text-color-heading text-xxlarge margin-none" class-title="text-color-heading text-xxlarge margin-none"
widget-title_prefix="span" widget-title_prefix="span"
widget-date="tzcld-format-date-1" widget-date="tzcld-format-date-1"
widget-longdesc="solid-display-value-markdown" widget-longdesc="solid-display-value-markdown"
value-title_prefix="Note du " value-title_prefix="Note du "
label-author.name="De " label-author.name="De "
loader-id="loader-${this.route}-tzcld-all-exchanges${suffixe}" loader-id="loader-${this.route}-tzcld-all-exchanges${suffixe}"
widget-id="tzcld-orbit-shared-note-actions" widget-id="tzcld-orbit-shared-note-actions"
class-id="view-display children-link-rounded children-link-reversed color-primary bordered" class-id="view-display children-link-rounded children-link-reversed color-primary bordered"
bind-resources="" bind-resources=""
nested-field="${nested_entity}" nested-field="${nested_entity}"
action-counter="counter" action-counter="counter"
widget-counter="tzcld-exchanges-conversations-counter${suffixe}" widget-counter="tzcld-exchanges-conversations-counter${suffixe}"
solid-resource="" solid-resource=""
order-desc="@id" order-desc="@id"
paginate-by="10" paginate-by="10"
next="${utils.TZCLD_URLS.my_territory_exchange}${suffixe}" next="${utils.TZCLD_URLS.my_territory_exchange}${suffixe}"
> >
</solid-display> </solid-display>
</div> </div>
......
...@@ -400,7 +400,7 @@ import("./utils.js").then((utils) => { ...@@ -400,7 +400,7 @@ import("./utils.js").then((utils) => {
<template> <template>
<solid-display <solid-display
class="segment full children children-half sm-children-full children-margin-bottom-medium sm-children-margin-bottom-xsmall children-padding-left-xsmall sm-children-padding-none sm-whitespace-normal masonry counter pagination tzcld-other-contacts-list" class="segment full children children-half sm-children-full children-margin-bottom-medium sm-children-margin-bottom-xsmall children-padding-left-xsmall sm-children-padding-none sm-whitespace-normal masonry counter pagination tzcld-other-contacts-list"
data-src="\${value}" data-src="\${src || value}"
array_field="user_set" array_field="user_set"
fields="segment1(segment2(member-picture(user.account.picture)), segment3(user.name, segment5(user.tzcld_profile.jobs)), user)" fields="segment1(segment2(member-picture(user.account.picture)), segment3(user.name, segment5(user.tzcld_profile.jobs)), user)"
class-segment1="segment bg-color-white shadow full text-top whitespace-normal" class-segment1="segment bg-color-white shadow full text-top whitespace-normal"
...@@ -425,10 +425,11 @@ import("./utils.js").then((utils) => { ...@@ -425,10 +425,11 @@ import("./utils.js").then((utils) => {
<solid-display <solid-display
empty-value="Pas de contact" empty-value="Pas de contact"
empty-widget="tzcld-generic-no-result-info" empty-widget="tzcld-generic-no-result-info"
loader-id="loader-all-contact-territory" loader-id="loader-all-contact-territory"
fields="@id"
data-src="${tzcldprofile.id}" data-src="${tzcldprofile.id}"
nested-field="members" nested-field="members"
widget-members="customtzcld-display-territory-profile-secondary-contacts" widget-id="customtzcld-display-territory-profile-secondary-contacts"
></solid-display> ></solid-display>
</div>`; //col 2 </div>`; //col 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment