This repository was archived by the owner on Apr 10, 2023. It is now read-only.
Commit e036c72
committed
Fix: remove controller_issues_new_after_save hook
controller_issues_new_after_save raises "ActiveRecord::StaleObjectError Attempted to update a stale object: Issue." in Rails 6.1.
This exception can be suppressed by calling reload first, but the existence of this method seems unnecessary.
Because it seems that after_save does not call reload from Redmine 4.0.1 parent 88484de commit e036c72
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 12 | | |
22 | 13 | | |
23 | 14 | | |
| |||
0 commit comments