4.0.2
- Made the redirect after
EditControllercreate, edit and delete actions conditional, so they can be extended to return a response (for Ajax requests, for example). - Changed
EditController_edit()andsave()methods to return their promise object, so they can be extended by doing asuper(...)then(...).