Skip to content

Commit 00de9c1

Browse files
author
kjkooistra-youwe
authored
Merge pull request #35 from jorisros/hotfix/solve-problem-with-parameter-loading
Pass parameters problem with lookup
2 parents 3898032 + 988a74f commit 00de9c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/public/js/pimcore/objects/tags/objectBridge.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ pimcore.object.tags.objectBridge = Class.create(pimcore.object.tags.objects, {
201201
},
202202
extraParams: {
203203
fieldName: layout.name,
204+
sourceId: this.object.id,
204205
className: classNameText
205206
}
206207
},

0 commit comments

Comments
 (0)