EditTag: allow designating a tag owner

This commit is contained in:
2023-03-11 19:57:19 +01:00
parent 59b1fa7a72
commit ad816f10a3
2 changed files with 16 additions and 0 deletions

View File

@@ -75,6 +75,11 @@ class EditTag extends HTMLController
'Person' => 'Person',
],
],
'id_user_owner' => [
'type' => 'select',
'label' => 'Owner',
'options' => [0 => '(nobody)'] + Member::getMemberMap(),
],
'tag' => [
'type' => 'text',
'label' => 'Tag title',