Commit b14e688877270d7fcd301ee07c81cb5e846a13e6
Exists in
staging
and in
41 other branches
Merge branch 'notification_plugin_fix' into 'master'
Include missed helper in Environment Notification Plugin The Environment Notification Plugin's popup feature was broken since the following commit: 1414c2864df4e2d73c8b01f1b7c0c437ee2279b5 See merge request !695
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
plugins/environment_notification/controllers/public/environment_notification_plugin_public_controller.rb
| 1 | class EnvironmentNotificationPluginPublicController < PublicController | 1 | class EnvironmentNotificationPluginPublicController < PublicController |
| 2 | 2 | ||
| 3 | helper EnvironmentNotificationHelper | 3 | helper EnvironmentNotificationHelper |
| 4 | + include EnvironmentNotificationHelper | ||
| 4 | 5 | ||
| 5 | def notifications_with_popup | 6 | def notifications_with_popup |
| 6 | @hide_notifications = hide_notifications | 7 | @hide_notifications = hide_notifications |