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

Exception when trying to view any issue #5

Closed vnazarenko closed 10 years ago

vnazarenko commented 10 years ago

ActionView::Template::Error (undefined method any?' for nil:NilClass): 18: <% end %> 19: <% if @issue.editable? || !@allowed_statuses.empty? %> 20: <div class="tabular edit-issue-attributes-visible"> 21: <%= render_visible_issue_attributes_for_edit(@issue, f) %> 22: </div> 23: <% if @issue.tracker && @issue.tracker.easy_send_invitation? %> 24: <div class="tabular splitcontentleft"> app/helpers/application_helper.rb:977:inlabelled_form_for'

without plugin all works fine

jrupesh commented 10 years ago

Hi, Looks like that you have other plugin installed which over rides the event notification plugin.

Some plugin which is related to the easy_send_invitation..!!

Thank You.