fix: [inividuals] add shouldn't have the tagging options

- can't tag that which does not exist yet
pull/85/head
iglocska 2022-01-17 13:20:34 +01:00
parent 244020802c
commit 0328bfed46
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
),
array(
'field' => 'tag_list',
'type' => 'tags'
'type' => 'tags',
'requirements' => $this->request->getParam('action') === 'edit'
),
),
'metaTemplates' => empty($metaTemplates) ? [] : $metaTemplates,