fix: [inividuals] add shouldn't have the tagging options
- can't tag that which does not exist yetpull/85/head
parent
244020802c
commit
0328bfed46
|
@ -23,7 +23,8 @@
|
|||
),
|
||||
array(
|
||||
'field' => 'tag_list',
|
||||
'type' => 'tags'
|
||||
'type' => 'tags',
|
||||
'requirements' => $this->request->getParam('action') === 'edit'
|
||||
),
|
||||
),
|
||||
'metaTemplates' => empty($metaTemplates) ? [] : $metaTemplates,
|
||||
|
|
Loading…
Reference in New Issue