fix: [genericElements:tags] List tags when editing an entity

cli-modification-summary
Sami Mokaddem 2022-01-20 14:37:19 +01:00 committed by Sami Mokaddem
parent a7e2fb2ea7
commit 6005552e76
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
$tagsHtml = $this->Tag->tags($entity['tags'], [
'allTags' => [],
'allTags' => $allTags ?? [],
'picker' => true,
'editable' => true,
]);