| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Since we're completely resetting the state of the model when we reload() it, we also need to set start_values appropriately. We ran into an issue where we were trying to roll back a change on an object, but the save() didn't cause a write to happen because the start_values had not been updated, so we thought there were no changes to commit
| Back | FazBrowse Home | New Git URL |
Since we're completely resetting the state of the model when we reload()
it, we also need to set start_values appropriately. We ran into an issue
where we were trying to roll back a change on an object, but the save()
didn't cause a write to happen because the start_values had not been
updated, so we thought there were no changes to commit