MISP/app/View/Attributes/ajax/ajaxAttributeTags.ctp

10 lines
248 B
PHP

<?php
echo $this->element('ajaxTags', [
'attributeId' => $attributeId,
'tags' => $attributeTags,
'tagAccess' => $isSiteAdmin || $mayModify,
'localTagAccess' => $this->Acl->canModifyTag($event, true),
'scope' => 'attribute'
]);