Sorting search results has broken
tonywok opened this issue · 1 comments
tonywok commented
This worked at some point. Something was probably just messed up in the shuffle.
tonywok commented
- setSortKey: function(view, event, ctx) {
+ setSortKey: function(event) {
Not sure if the template was changed or what, but the action called was expecting a strange function signature.