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