Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
custom-tzcld
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Components
custom-tzcld
Commits
d6459b76
Commit
d6459b76
authored
1 year ago
by
Benoit Alessandroni
Browse files
Options
Downloads
Patches
Plain Diff
fix: prev
parent
2fa6397d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!7
fix: backlink on left in territory profile...
,
!4
Draft: add: alpha release + switch to core beta
Pipeline
#16749
passed
1 year ago
Stage: prepare
Stage: publish
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/views-territories.js
+16
-16
16 additions, 16 deletions
src/views-territories.js
src/widgets-display-territory-tzcld.js
+4
-3
4 additions, 3 deletions
src/widgets-display-territory-tzcld.js
with
20 additions
and
19 deletions
src/views-territories.js
+
16
−
16
View file @
d6459b76
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
src/widgets-display-territory-tzcld.js
+
4
−
3
View file @
d6459b76
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment