Skip to content

Commit

Permalink
Merge pull request #35 from jorisros/hotfix/solve-problem-with-parame…
Browse files Browse the repository at this point in the history
…ter-loading

Pass parameters problem with lookup
  • Loading branch information
kjkooistra-youwe committed Jul 15, 2019
2 parents 3898032 + 988a74f commit 00de9c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/public/js/pimcore/objects/tags/objectBridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ pimcore.object.tags.objectBridge = Class.create(pimcore.object.tags.objects, {
},
extraParams: {
fieldName: layout.name,
sourceId: this.object.id,
className: classNameText
}
},
Expand Down

0 comments on commit 00de9c1

Please sign in to comment.