-
28 Nov 2008 12:23 AM #1
[2.??][DUP] Store load() problem
[2.??][DUP] Store load() problem
It seems Store [re]load({params:{}}) apply "params" before "baseParams" but must do it afterwards."params" must have ability to redefine baseParams for particular [re]load operation.
Regards.
-
28 Nov 2008 12:40 AM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 40
DUP
-
30 Nov 2008 6:10 AM #3
I don't really think this is a bug, the base parameters are sent along with every request and they can be changed by accessing the baseParams property on the class. If you need the parameter to change on each load, it's not really a "base parameter".
Also, it could be a breaking change because there might be code that relies on the fact that the base parameters don't change even when you pass them into the load method.Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!


Reply With Quote