Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always commit if we upgrade 2.x view files
When we upgrade empty view files from 2.x, we end up skipping the commit. Subsequently, we will see a "wrong signature" error when the view is opened later. The error is benign as we'd end up resetting an empty view, but it may surprise an operator. To avoid this, ensure to always commit after upgrading old views. Issue: #4994
- Loading branch information