fix: [sharing group form] default to own org as owner
- reconsider if this should be a configurable setting at allcli-modification-summary
parent
589f932fe9
commit
05daa5470a
|
@ -11,7 +11,8 @@
|
|||
'field' => 'organisation_id',
|
||||
'type' => 'dropdown',
|
||||
'label' => __('Owner organisation'),
|
||||
'options' => $dropdownData['organisation']
|
||||
'options' => $dropdownData['organisation'],
|
||||
'default' => $loggedUser['organisation_id']
|
||||
],
|
||||
array(
|
||||
'field' => 'releasability',
|
||||
|
|
Loading…
Reference in New Issue