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

update: widget for displaying community name

parent 98f4c18a
No related branches found
No related tags found
2 merge requests!359fix: usage of community instead of community.community (wtf),!355Issue 1091
Pipeline #16725 passed with stages
in 7 minutes and 23 seconds
...@@ -32,18 +32,18 @@ div.segment.full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespac ...@@ -32,18 +32,18 @@ div.segment.full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespac
filtered-by='admin-community-filter' filtered-by='admin-community-filter'
bind-user bind-user
nested-field='communities' nested-field='communities'
fields='cell1(community.name, counter), cell2(community)' fields='cell1(name, counter), cell2(@id)'
loader-id='loader-admin-community' loader-id='loader-admin-community'
class-cell1='segment table-cell half' class-cell1='segment table-cell half'
class-cell2='segment table-cell half text-center' class-cell2='segment table-cell half text-center'
class-community.name='segment block margin-bottom-xxsmall text-xlarge text-color-heading text-semibold text-letter-spacing-large ellipsis' class-name='segment block margin-bottom-xxsmall text-xlarge text-color-heading text-semibold text-letter-spacing-large ellipsis'
widget-community='orbit-action-community' widget-id='orbit-action-community'
action-counter="counter" action-counter="counter"
widget-counter="orbit-admin-community-counter" widget-counter="orbit-admin-community-counter"
order-asc='community.name' order-asc='name'
) )
div#loader-admin-community.loader.loader-top div#loader-admin-community.loader.loader-top
......
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