Skip to content

Commit

Permalink
Pass parameters problem with lookup
Browse files Browse the repository at this point in the history
Solve problem with ahrefTypeahead that he couldn't transfer the correct parameters.
  • Loading branch information
jorisros authored Jul 15, 2019
1 parent 3898032 commit 988a74f
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 988a74f

Please sign in to comment.