Skip to content

Commit

Permalink
Merge pull request #1132 from albertmueller/master
Browse files Browse the repository at this point in the history
fix naming of parameter sortBy
  • Loading branch information
dpfaffenbauer authored Oct 21, 2019
2 parents 42f4c0a + ea030d9 commit 6ab53e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pimcore.object.tags.coreShopDynamicDropdownMultiple = Class.create(pimcore.objec
className: this.fieldConfig.className,
recursive: this.fieldConfig.recursive,
current_language: pimcore.settings.language,
sortNy: this.fieldConfig.sortBy
sortBy: this.fieldConfig.sortBy
},
reader: {
type: 'json',
Expand Down

0 comments on commit 6ab53e2

Please sign in to comment.