Actions
Bug #22205
closedNotifications actions are not correctly set if they are based on blueprint
Description
After RSS notification was added, blueprint actions stopped working. The reason is that notification actions defaults to {} and the code that sets default actions from blueprint does ||= which never overrides empty hash. We need to change the condition to if self.actions.blank?
Since this is a regression in 1.17 and easy fix, marking as 1.17 blocker, please reset if you disagree.
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5159 added
Updated by Marek Hulán almost 7 years ago
- Related to Feature #18292: Add notifications for an RSS feed added
Updated by Marek Hulán almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 099d4ea9719e523350c35156972ae260da900266.
Actions