Commit 2cae4aa136bd268a1bcc68cf077f25594544199f
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branches 'AI3126-notification-plugin' and 'rails3_stable' into rails3_stable
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/notification/controllers/notification_plugin_profile_controller.rb
... | ... | @@ -18,7 +18,7 @@ class NotificationPluginProfileController < ProfileController |
18 | 18 | end |
19 | 19 | |
20 | 20 | def index |
21 | - @events = current_person.lobby_notes | |
21 | + @events = current_person.lobby_notes.find(:all, :conditions => {:profile => profile } ) | |
22 | 22 | @event = NotificationPlugin::LobbyNoteContent.new |
23 | 23 | end |
24 | 24 | ... | ... |