Removed unnecessary call to value.save
removing this call fixed the plugin's ability to update reports. This functionality must of been removed in redmine 1.4.x closes #24
This commit is contained in:
@@ -133,7 +133,6 @@ module ExceptionhandlerHelper
|
|||||||
when "Count"
|
when "Count"
|
||||||
value.value = (value.value.to_i + 1).to_s
|
value.value = (value.value.to_i + 1).to_s
|
||||||
end
|
end
|
||||||
value.save
|
|
||||||
end
|
end
|
||||||
issue.init_journal(User.anonymous, "Issue updated")
|
issue.init_journal(User.anonymous, "Issue updated")
|
||||||
return issue.save
|
return issue.save
|
||||||
|
|||||||
Reference in New Issue
Block a user