Closed amourzenkov-sc closed 6 years ago
Tested for FF, IE and Chrome. Error message appears correctly and it is possible to expand this message if it has additional information. If user deletes several items and deleting of some item gives error, error message for deleting appropriate item appears while rest items are deleted correctly. Spent 2 hours.
Note: It might be implemented some improvements for usability. Current time of displaying of error message might be too short for reading of message with long text. It is might be better to hold back displaying message, if a user moves mouse cursor over this message, and expand additional information by clicking on it. After moving the mouse out of the message, it could be hidden after brief time.
Refer to @amourzenkov-sc or @estambakio-sc for details.
Tested for FF, IE, Chrome. If user clicks on message for expanding additional information, message is displayed on time locating of cursor on this message. Please, merge with master branch. Spent 0,5 hours.
The situation arises when
A new field constraint is added effecting existing server-side DB instances. Loading such an instance for editing does not allow saving changes made in a tab if no-longer-valid field is located in another tab. Error massage is not informative in this case either.
Custom instance-validator compares fields from different tabs and does not allow their consecutive changes (only atomic changes to the fields are allowed).