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

fix: usage of community instead of community.community (wtf)

parent 636c82b1
No related branches found
No related tags found
2 merge requests!359fix: usage of community instead of community.community (wtf),!355Issue 1091
Pipeline #16451 passed with stages
in 7 minutes and 20 seconds
...@@ -42,36 +42,36 @@ div.segment.full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespac ...@@ -42,36 +42,36 @@ div.segment.full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespac
solid-form.form( solid-form.form(
data-src=`${getComponent('circles').parameters.post}` data-src=`${getComponent('circles').parameters.post}`
fields='name, subtitle, status, community.community, description, help' fields='name, subtitle, status, community, description, help'
required-status required-status
required-community.community required-community
required-name required-name
required-subtitle=(required_subtitle ? "" : false) required-subtitle=(required_subtitle ? "" : false)
loader-id=`loader-admin-${getComponent('circles').uniq}` loader-id=`loader-admin-${getComponent('circles').uniq}`
class-status=`segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading whitespace-normal ${status_class}` class-status=`segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading whitespace-normal ${status_class}`
class-community.community=`segment margin-bottom-medium half sm-full sm-padding-none text-small text-semibold text-uppercase text-color-heading whitespace-normal ${community_class}` class-community=`segment margin-bottom-medium half sm-full sm-padding-none text-small text-semibold text-uppercase text-color-heading whitespace-normal ${community_class}`
class-name='segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading' class-name='segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
class-subtitle='segment margin-bottom-medium half sm-full padding-left-small sm-padding-none text-small text-semibold text-uppercase text-color-heading' class-subtitle='segment margin-bottom-medium half sm-full padding-left-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
class-description='segment margin-bottom-xxsmall full text-small text-semibold text-uppercase text-color-heading' class-description='segment margin-bottom-xxsmall full text-small text-semibold text-uppercase text-color-heading'
class-help='segment full text-small margin-bottom-medium padding-left-small' class-help='segment full text-small margin-bottom-medium padding-left-small'
label-status='' label-status=''
label-community.community='' label-community=''
label-name='' label-name=''
label-subtitle='' label-subtitle=''
label-description='' label-description=''
label-help='' label-help=''
range-community.community='store://user.communities' range-community='store://user.communities'
order-asc-community.community="community.name" order-asc-community="community.name"
option-label-community.community="community.name" option-label-community="community.name"
option-value-community.community="community" option-value-community="community.@id"
widget-status='solid-form-dropdown-autocompletion-label' widget-status='solid-form-dropdown-autocompletion-label'
enum-status="" enum-status=""
value-status=(component.parameters.onlyPrivate ? "Private" : false) value-status=(component.parameters.onlyPrivate ? "Private" : false)
widget-community.community='solid-form-dropdown-autocompletion-label' widget-community='solid-form-dropdown-autocompletion-label'
widget-linebreak='solid-form-hidden' widget-linebreak='solid-form-hidden'
widget-description='solid-form-richtext-label' widget-description='solid-form-richtext-label'
......
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