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

fix: circle status

parent 4a1435f5
No related branches found
No related tags found
1 merge request!355Issue 1091
Pipeline #17087 passed with stages
in 7 minutes and 29 seconds
......@@ -31,7 +31,6 @@ div.segment.full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespac
- var required_subtitle = true
- var suffixLabelSubtitle = ''
if component.parameters.onlyPrivate == true
- var status_class = 'hidden'
- var community_class = 'padding-right-small'
......@@ -70,7 +69,7 @@ div.segment.full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespac
widget-public='solid-form-dropdown-label'
enum-public="Public = true, Private = false"
value-public=(component.parameters.onlyPrivate ? false : true)
value-public=(component.parameters.onlyPrivate ? 'false' : 'true')
widget-community='solid-form-dropdown-autocompletion-label'
widget-linebreak='solid-form-hidden'
......
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