Authorization and Jquery dialog problem.
- by bbrepols
Hi,
I have a little problem with a Jquery dialog for an action that requires a role.
In my example, the user can click on a delete button and must confirm the action.
In my controller, the Delete action requires a role, if the user is in the required role, the object is deleted.
The problem: How to alert the user if
* the element was deleted…