Skip to content

Commit

Permalink
fix naming of parameter sortBy
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmueller committed Oct 10, 2019
1 parent 8460baf commit ea030d9
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 ea030d9

Please sign in to comment.