You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing or updating an entity as an administrator (user, client,...) you don't get a message if the edit wether or not the edit was successful. This leaves the administrator in the dark if things went as expected.
When a form is submitted, it should always show a proper flash message reporting whether an action went as expected.
Context
Usability issue.
The text was updated successfully, but these errors were encountered:
Flash is considered unsafe and deprecated (and most browsers don't enable it on default), wouldn't it be better to use a Javascript popup message instead?
This issue is an general problem. I'm going to close this and revisit it in more specific / concrete issues / use cases. See #66 and it's sub issues to get the idea.
Detailed description
When editing or updating an entity as an administrator (user, client,...) you don't get a message if the edit wether or not the edit was successful. This leaves the administrator in the dark if things went as expected.
When a form is submitted, it should always show a proper flash message reporting whether an action went as expected.
Context
Usability issue.
The text was updated successfully, but these errors were encountered: