-
5 Oct 2011 3:55 PM #11
Filed bug ticket EXTJSIV-4210
-
4 Nov 2011 9:18 AM #12
My apologies for asking a beginners question here, but I am still having the same issues as described in this post even with the override. I'm wondering if I have not applied the override correctly as I've never used one before.
I've created a file called 'directOverride.js' which contains the override code. I see that the file is called as it is in my network trace and I have a couple of console.log() commands in there that get called.
I'm including this in my index.html after my application:
<script type="text/javascript" src="extjs/ext-all-debug.js"></script>
<script type="text/javascript" src="app/applet.js"></script>
<script type="text/javascript" src="app/directOverride.js"></script>
<script type="text/javascript" src="php/api.php"></script>
Is this how I should be applying the override?
I'm still seeing the error: fn.directCfg is undefined method = fn.directCfg.method;
Thank you,
-
5 Nov 2011 8:53 PM #13
You could simply put the override within your Ext.onReady so your browser wouldn't have to make another request.
This doesn't look like the same issue to me, though. Without the override, the request fails b/c it's sending null values to the server. With the override, it correctly sends the params with the request and all is good. The error you mention never comes into play.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-4211
in
TBD.


Reply With Quote