Commit e242bdf
committed
Fix changes to author/committer not saved
Prior to this, when editing a changeset, the only change that was
actually applied was when resetting author/committer to the original
value from source control (i.e. selecting '--' from the list). Other
values were not saved.
This was due to use of user_ensure_exists(), which always returns void.
Fixes #1631 parent 405b38b commit e242bdf
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments