[Git][noosfero/noosfero][master] 2 commits: Include missed helper in Environment Notification Plugin

Daniela Feitosa gitlab at gitlab.com
Tue Oct 6 20:35:21 BRT 2015


Daniela Feitosa pushed to branch master at Noosfero / noosfero


Commits:
c62a8f56 by Arthur Del Esposte at 2015-10-06T22:49:40Z
Include missed helper in Environment Notification Plugin

- - - - -
b14e6888 by Daniela Feitosa at 2015-10-06T23:34:52Z
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
- - - - -


1 changed file:

- plugins/environment_notification/controllers/public/environment_notification_plugin_public_controller.rb


Changes:

=====================================
plugins/environment_notification/controllers/public/environment_notification_plugin_public_controller.rb
=====================================
--- a/plugins/environment_notification/controllers/public/environment_notification_plugin_public_controller.rb
+++ b/plugins/environment_notification/controllers/public/environment_notification_plugin_public_controller.rb
@@ -1,6 +1,7 @@
 class EnvironmentNotificationPluginPublicController < PublicController
 
   helper EnvironmentNotificationHelper
+  include EnvironmentNotificationHelper
 
   def notifications_with_popup
     @hide_notifications = hide_notifications



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/70d40ab534163196c225ab27289b34a7b865b416...b14e688877270d7fcd301ee07c81cb5e846a13e6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20151006/af7cfa29/attachment.html>


More information about the Noosfero-dev mailing list