-
Notifications
You must be signed in to change notification settings - Fork 2
Directory: Fix directory migration crash #2265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Tschuppi81
wants to merge
22
commits into
master
Choose a base branch
from
bugfix/ogc-2353-fix-directory-migration-crash
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
0be851e
Adds test
Tschuppi81 d304594
Fix field type migration for radio to checkbox
Tschuppi81 9f5ca2e
Adds another test
Tschuppi81 437df27
Supports renaming radio or checkbox label
Tschuppi81 32a4ef6
Resolve related fixme
Tschuppi81 87beef2
Ensure form validation lead to user error message
Tschuppi81 560ef88
Detect added, removed and renamed options
Tschuppi81 ced7192
Revert
Tschuppi81 db829ed
Extend test
Tschuppi81 43a3be9
Merge branch 'master' into bugfix/ogc-2353-fix-directory-migration-crash
Tschuppi81 1e3ed4a
Merge branch 'master' into bugfix/ogc-2353-fix-directory-migration-crash
Tschuppi81 58eec5d
Extend test
Tschuppi81 e1efe9f
Alert user about migration issues
Tschuppi81 c0d9f5c
Workaround to keep translation
Tschuppi81 85f426d
Minor changes
Tschuppi81 68fe93a
Merge branch 'master' into bugfix/ogc-2353-fix-directory-migration-crash
Tschuppi81 f9571da
Rename method
Tschuppi81 9416f14
Disable alert invalid conversion
Tschuppi81 f4a88e6
Move alert logic to view preventing hierarchy issue
Tschuppi81 3e342ac
Refactor type migration alerting
Tschuppi81 527bab9
Merge master
Tschuppi81 a49d45e
Remove useless set conversion
Tschuppi81 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems slightly controversial to delete existing selections. We might want to add an additional warning/confirmation step, if we detect that removing/renaming an option would modify the recorded data of existing entries (it would always be fine if none of the existing entries have selected this option).