fix: [genericElements:tags] List tags when editing an entity
parent
a7e2fb2ea7
commit
6005552e76
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
$tagsHtml = $this->Tag->tags($entity['tags'], [
|
||||
'allTags' => [],
|
||||
'allTags' => $allTags ?? [],
|
||||
'picker' => true,
|
||||
'editable' => true,
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue