fix: [sharing group form] default to own org as owner

- reconsider if this should be a configurable setting at all
cli-modification-summary
iglocska 2022-01-27 21:10:00 +01:00
parent 589f932fe9
commit 05daa5470a
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 1 deletions

View File

@ -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',