Feature #332
closedProvide a notification mechanism
Description
When an upgrade is performed there should be a mechanism for informing the user(s) about manual actions that should be performed.
An API should be provided to cause a message to be displayed on all screens that a user visits, together with a button to remove the message. The message should be either "global" or "individual". If global, then the first user to click the "acknowledge" will close the message for all users. If the message is not "global" then each user of the system will have to signal acknowledgment of the notice.
Files
Updated by Paul Kelly over 14 years ago
- Status changed from New to Ready For Testing
- Branch set to feature/332-notifications
Added a level argument that changes the message icon.
It is now more visually appealing.
Updated by Paul Kelly about 14 years ago
Fixed issue where the admin user lookup was not being cached in the session when SETTINGS[:login] was not true
rebased
tested
Updated by Ohad Levy about 14 years ago
- File 0001-my-mods-suggestions.patch added
my mods, please review and update if needed
Updated by Ohad Levy about 14 years ago
- File deleted (
0001-my-mods-suggestions.patch)
Updated by Ohad Levy about 14 years ago
new version of the patch
Updated by Paul Kelly about 14 years ago
Fixed some broken tests and some bogus references to User.current
Also test_helper#set_session_user was wrong. Ouch.
rebased and tested
Updated by Ohad Levy about 14 years ago
- Status changed from Ready For Testing to Closed
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/obal/pull/333 added
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Description updated (diff)
- Pull request deleted (
https://github.com/theforeman/obal/pull/333)