-
9 Oct 2012 8:32 AM #1
Can't set proxy *Param properties to undefined
Can't set proxy *Param properties to undefined
REQUIRED INFORMATION
Architect Build tested:- Build: 640
- ExtJS 4.x
- Can't set proxy *Param properties to undefined (limitParam, pageParam, startParam, etc)
- The documentation states if we want to send these params we need to set the value to undefined. SA 2 does not allow this.
- Create a model witha proxy. Try to set the limitParam = undefined.
- Code:
limitParam: undefined
- limit param is not sent with request
- Code:
limitParam: 'undefined'
- limit param is now named 'undefined' and sent with the request
Screenshot, Project, or Video:- NA
- Possible workaround listed here: http://www.sencha.com/forum/showthre...ight=pageParam
- WinXP Pro
- OS X 10.7.5
-
9 Oct 2012 2:20 PM #2
Thanks, we're aware of this issue.
You can currently set it via an override or hook onto the beforeload event as indicated in the linked thread.Aaron Conran
@aconran
Sencha Architect Development Team
You found a bug! We've classified it as
a bug in our system.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote