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