Commit febb468e authored by Vitali Tatarintev's avatar Vitali Tatarintev

Use update instead of update_attributes

parent 140eb10d
......@@ -135,7 +135,7 @@ module EE
private
def update_generic_alert_title_if_applicable
update_attributes(title: "#{title} #{iid}") if generic_alert_with_default_title?
update(title: "#{title} #{iid}") if generic_alert_with_default_title?
end
def generic_alert_with_default_title?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment