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.
Actions