User story #1530
Scrum Board : do not throw an exception if new statut is not allowed
Status:
New
Priority:
Normal
Category:
Sprint board
Target version:
-
Blocked:
No
Alone:
No
Milestones:
Sprint:
Description
Throwing an exception gives the information that something bad happened on the server.
This is not the case, it's only a situation that needs to display a popup to the user, and refreshing the display to the state previous to the Task move.
Every thing is available for that, we just have to replace the exception raised by an instance variable to be used by the view to manage the error.