wip on owner dropdown
This commit is contained in:
parent
57885c6655
commit
795bdb11e8
@ -20,14 +20,16 @@
|
||||
sib-form.block(
|
||||
bind-resources
|
||||
|
||||
fields='block-circle__info(name, status), description'
|
||||
fields='block-circle__info(name, owner), description'
|
||||
range-owner=`${endpoints.users}`
|
||||
|
||||
label-status='status (coming soon)'
|
||||
label-owner='owner'
|
||||
|
||||
class-name='form-label is-light is-half-width'
|
||||
class-status='form-label is-light is-half-width'
|
||||
class-owner='form-label is-light is-half-width member-select'
|
||||
class-description='form-label is-light is-full-width'
|
||||
|
||||
widget-owner='sib-form-auto-completion'
|
||||
widget-description='sib-form-textarea'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user