Threaded View
-
11 Jan 2012 1:29 PM #1
Store.getGroupString ignores Grouper.getGroupString
Store.getGroupString ignores Grouper.getGroupString
Store.getGroupString ignores Grouper.getGroupString so if you provided a Grouper with your own getGroupString it never used
Snippet from Store.js:
Code:getGroupString: function(instance) { var group = this.groupers.first(); if (group) { return instance.get(group.property); } return ''; },
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-5076
in
4.2.0 Sprint 2.


Reply With Quote