The Sencha CMD and Sencha Architect integration is improved, please update your condifurations:
Almost the whole API stayed the same, only
- the javascript functions Bancha.getModel() and Bancha.onModelReady() got deprecated in favor of Ext.require or the require property in class definitions.
- the properties Bancha.onError and Bancha.onRemoteException are moved to Bancha.Remoting.onError and Bancha.Remoting.onRemoteException.
Please update your webroot/bancha-dispatcher.php file.
From 1.2 to 1.3 the Controller Method Return Values changed a little:
Bancha now follows a more straight forward way of how to determin if the controllers result value is the data portion of the response or the whole response:
- If a result has a success property it will be traited as a final response and will not be transformed.
- Otherwise it will be transformed, folowed by the rules which can be found at: Controller Method Results Documentation
Please update your webroot/bancha-dispatcher.php file.