We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c070e commit 6cc38a9Copy full SHA for 6cc38a9
app/code/Magento/Catalog/view/adminhtml/web/js/category-tree.js
@@ -87,7 +87,7 @@ define([
87
// jscs:disable requireCamelCaseOrUpperCaseIdentifiers
88
result = {
89
id: node.id,
90
- text: utils.unescape(node.name) + ' (' + node.product_count + ')',
+ text: node.name + ' (' + node.product_count + ')',
91
li_attr: {
92
class: node.cls + (!!node.disabled ? ' disabled' : '') //eslint-disable-line no-extra-boolean-cast
93
},
0 commit comments