File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/view/adminhtml/templates/product/edit/attribute Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
<ul data-mage-init='{"menu":[]}'>
26
26
<% if (data.items.length) { %>
27
27
<% _.each(data.items, function(value){ %>
28
- <li <%- data.optionData(value) %>><a href="#"><%- value.label %></a></li>
28
+ <li <%= data.optionData(value) %>><a href="#"><%- value.label %></a></li>
29
29
<% }); %>
30
30
<% } else { %><span class="mage-suggest-no-records"><%- data.noRecordsText %></span><% } %>
31
31
</ul>
50
50
data: {'template_id': data.id}
51
51
});
52
52
});
53
-
53
+
54
54
$suggest.mage('suggest', <?php echo $ this ->helper ('Magento\Framework\Json\Helper\Data ' )->jsonEncode ($ block ->getSelectorOptions ())?> )
55
55
.on('suggestselect', function (e, ui) {
56
56
$(this).val('');
You can’t perform that action at this time.
0 commit comments