Skip to content

Commit

Permalink
Merge branch 'release/0.11.9.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Dec 22, 2016
2 parents cc612f6 + 49383ab commit 0a2a52e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def update
if @question.submit params[:activity_lines_corporative_online_conference_question]
send_notification @question.user, @question.model, :confirm if question_confirmed? && @question.user_id.present?
send_notification @question.user, @question.model, :answer if question_answered? && @question.user_id.present?
Organization::Permissions.activity_lines_corporative_online_conference_question.each do |member|
Organization::Permissions.activity_lines_corporative_online_conference_question[:review].each do |member|
send_notification member, @question.model, :text_update if question_text_updated?
end
redirect_to :back
Expand Down

0 comments on commit 0a2a52e

Please sign in to comment.