jrupesh / event_notifications

Redmine event notifications : Add event notification options to the each event at the redmine project. For EX: notifications can be enabled / disabled on each document added or news added. Further the tracking can be done at the issue tracker level.
BSD 3-Clause "New" or "Revised" License
28 stars 26 forks source link

Issue on wiki updates #34

Closed nkgokul closed 6 years ago

nkgokul commented 7 years ago

Whenever wikis are updated we are getting the following issue.

ArgumentError (wrong number of arguments (1 for 0)): plugins/a_common_libs/lib/acl/patches/models/project_patch.rb:12:in notified_users_with_acl' plugins/event_notifications/lib/event_notification/patches/wiki_content_patch.rb:18:innotified_users_with_events' app/models/mailer.rb:247:in wiki_content_updated' app/models/mailer.rb:497:ininitialize' config/initializers/10-patches.rb:163:in deliver' app/models/wiki_content.rb:170:insend_notification' app/models/wiki_page.rb:220:in block in save_with_content' app/models/wiki_page.rb:216:insave_with_content'

jrupesh commented 6 years ago

Issue corrected. Thanks.