fix: [event] attributes quick tagging

scope used to be singular (attribute instead of attributes), it is know set accordingly
pull/3995/head
mokaddem 2019-01-08 09:05:28 +01:00
parent 7df7a2f15f
commit b253303edc
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
if ($full) {
$addTagButton = sprintf(
'<button id="addTagButton" class="btn btn-inverse noPrint" style="line-height:10px; padding: 4px 4px;" onClick="getPopup(%s);">+</button>',
sprintf("'%s/attributes', 'tags', 'selectTaxonomy'", h($attributeId))
sprintf("'%s/attribute', 'tags', 'selectTaxonomy'", h($attributeId))
);
}
echo $addTagButton;