fix mark_as_changed: handle higher/lower level changed fields correctly to avoid conflict update error

This commit is contained in:
Catstyle
2015-04-10 11:31:31 +08:00
parent 8fea2b09be
commit 175659628d
4 changed files with 65 additions and 1 deletions

View File

@@ -220,3 +220,4 @@ that much better:
* J. Fernando Sánchez (https://github.com/balkian)
* Michael Chase (https://github.com/rxsegrxup)
* Eremeev Danil (https://github.com/elephanter)
* Catstyle Lee (https://github.com/Catstyle)