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 c84b31a commit 1a6a1afCopy full SHA for 1a6a1af
public/js/pimcore/object/tags/manyToOneRelation.js
@@ -671,8 +671,9 @@ pimcore.object.tags.manyToOneRelation = Class.create(pimcore.object.tags.abstrac
671
if (!this.object) {
672
return;
673
}
674
+
675
let targets, responseHandler;
- if (pimcore.helpers.hasSearchImplementation() && this.fieldConfig.displayMode === 'combo') {
676
+ if (pimcore.helpers.hasSearchImplementation() && this.fieldConfig.displayMode === 'combo' && !this.fieldConfig.noteditable) {
677
targets = this.store.data;
678
responseHandler = function (responseData) {
679
this.component.removeCls('grid_nicepath_requested');
0 commit comments