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 40a9fad commit 7f7fa15Copy full SHA for 7f7fa15
src/Resources/public/js/SegmentAssignmentView.js
@@ -267,7 +267,9 @@ pimcore.plugin.customermanagementframework.segmentAssignmentTab = Class.create({
267
openSearchEditor: function () {
268
pimcore.helpers.itemselector(true, this.addDataFromSelector.bind(this), {
269
type: ['object'],
270
- subtype: ['object'],
+ subtype: {
271
+ object: ['object']
272
+ },
273
specific: {
274
classes: ['CustomerSegment']
275
}
@@ -319,4 +321,4 @@ pimcore.plugin.customermanagementframework.segmentAssignmentTab = Class.create({
319
321
320
322
);
323
-});
324
+});
0 commit comments