Modify ↓
Ticket #898 (closed enhancement: fixed)
Warnings on eBox MVC framework
| Reported by: | ejhernandez@… | Owned by: | ejhernandez@… |
|---|---|---|---|
| Milestone: | nice to have someday | Component: | base |
| Severity: | major | Keywords: | MVC warning |
| Cc: |
Description
The MVC framework it has two states after an action is done. The action could be done correctly, by returning the generated HTML if the CGI controller is used with an informative message. On the other hand, when an action could be performed it returns an exception code with the error information.
This ticket is intended to support action done with a warning. That is, the action, which may request a confirmation, shows a warning *before* the action is performed.
In Web-based case, the warning message might be displayed with JS code to ask for confirmation or not depending on the use-case.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.