You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin doesn't seem to be compatible with ExtJS6 (Pimcore 4). The line
this.id = this.type + "_" + treeNode.attributes.id;
in static/js/DynamicDropdown/data/dynamicDropdown.js triggers an error.
The plugin doesn't seem to be compatible with ExtJS6 (Pimcore 4). The line
this.id = this.type + "_" + treeNode.attributes.id;
in static/js/DynamicDropdown/data/dynamicDropdown.js triggers an error.