fix: Fixed an issue that prevented tas to be added from attributes

- whenever the "all" taxonomy was chosen
pull/1857/head
iglocska 2017-01-16 18:05:08 +01:00
parent 1e2ae2ac90
commit 53cbe5fd4c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<td style="padding-left:10px;padding-right:10px; text-align:center;width:100%;" onClick="getPopup('<?php echo h($object_id); ?>/0<?php if (isset($attributeTag)) echo '/true'; ?>', 'tags', 'selectTag');">Custom Tags</td>
</tr>
<tr style="border-bottom:1px solid black;" class="templateChoiceButton">
<td style="padding-left:10px;padding-right:10px; text-align:center;width:100%;" onClick="getPopup('<?php echo h($object_id); ?>/all', 'tags', 'selectTag');">All Tags</td>
<td style="padding-left:10px;padding-right:10px; text-align:center;width:100%;" onClick="getPopup('<?php echo h($object_id); ?>/all<?php if (isset($attributeTag)) echo '/true'; ?>', 'tags', 'selectTag');">All Tags</td>
</tr>
<?php foreach ($options as $k => &$option): ?>
<tr style="border-bottom:1px solid black;" class="templateChoiceButton">