Feature #17545
Add required rails models and JSON endpoints to UI notification
Pull request:
Fixed in Releases:
Found in Releases:
Related issues
Associated revisions
refs #17545 - notifications should be deleted with blueprint
History
#1
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ohad Levy
- Pull request https://github.com/theforeman/foreman/pull/3902 added
#2
Updated by Ohad Levy over 5 years ago
- Related to Tracker #16736: Add UI Notification support added
#3
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/4194 added
#4
Updated by Ohad Levy over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 363cab56dd3bee87a547714e9003190afee0bef6.
#5
Updated by Dominic Cleal over 5 years ago
- Category set to Notifications
- Legacy Backlogs Release (now unused) set to 209
#6
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/4335 added
#7
Updated by Ohad Levy over 5 years ago
- Related to Refactor #18681: notification subject should be part of the notification model, not notification blueprint added
fixes #17545 - adds UI notification support
- Initial data model for notification support, based on manageiq design.
- addes notification JSON endpoints.