Details
-
Sub-task
-
Resolution: Fixed
-
None
-
None
-
None
-
Empty show more show less
Description
In the fix for TRANSLATE-55 we modified ServerException, so that in case of a HTTP 405 Error and if it is a DELETE taskUserAction request we show a specific error message.
We did this in ServerException, since in ExtJS 4.0.7 we cant bind us to the success / failure events of a store.sync call.
So after the update to ExtJS 4.2 we should move the specific error message from ServerException into the failure handler of store.sync in Editor.controller.admin.TaskUserAssoc.