-
Notifications
You must be signed in to change notification settings - Fork 539
Add 'unique' to model schema - new feature that checks unique constraints when saving/publishing #135
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
Closed
Closed
Add 'unique' to model schema - new feature that checks unique constraints when saving/publishing #135
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
4281456
rebase - branch for uniqueness-check
hyunnbunt c65a0c1
warning message works
hyunnbunt d6fc528
publish button disabled, some function separated
hyunnbunt 94f2d5b
.
hyunnbunt b11b6b6
.
hyunnbunt 16c87db
removed log
hyunnbunt a74c868
removed unused err
hyunnbunt 7ab0716
revert unintended changes
hyunnbunt be7c73b
-
hyunnbunt a9928d2
undefined to empty string
hyunnbunt 0447ac1
-
hyunnbunt 19d1cff
add comment, checkUniqueness
hyunnbunt ce2a225
backend code changes after code review
hyunnbunt 575ae6b
link to conflicting row
hyunnbunt 09a5053
link to conflicting row
hyunnbunt d942762
removed LocaleData type
hyunnbunt 80966f0
unit test for conflictingCmsRowIds
hyunnbunt 7c0b5fc
ignoring validateFields error, load message while checking uniqueness
hyunnbunt 8357986
.
hyunnbunt ac582ee
ValueSwitch of localized/unique disabled if the other is on
hyunnbunt 1177326
Switch has message when disabled
hyunnbunt e341d09
multiple nulls are allowed for unique field
hyunnbunt d1c959c
getConflictingCmsRowIds util test
hyunnbunt 27bc581
getConflictingCmsRowIds util test
hyunnbunt 511b2fa
unique-check API test
hyunnbunt 7c923ea
removed the states of unique/localize d and used form instance
hyunnbunt f5828f7
unique set false when the field is list or object
hyunnbunt 00d7875
unique-check api test
hyunnbunt 1490d5c
removed normalizeData function
hyunnbunt 87a3599
api test - unique-check
hyunnbunt fe6d401
revert db-setup.bash
hyunnbunt 3cf0ce7
test, url, conflictRowIds undefined check changes
hyunnbunt 34f15a0
split a test
hyunnbunt 3f3066e
unique-check api 4 tests
hyunnbunt 04e43f3
publish test in a separate file
hyunnbunt 7cfcdbf
publish and unique-check test in a same file
hyunnbunt 6c3fe1a
test for multiple empty values comparing
hyunnbunt f1e628d
.
hyunnbunt 5384c29
.
hyunnbunt 2b269f9
fix layout shift UX issue
hyunnbunt 02369cc
mgr.createCmsRow
hyunnbunt ea07653
raw sql inserting ok
hyunnbunt 48c4777
uniqueCheck code minor changes
hyunnbunt 6834344
value name change
hyunnbunt a8f6997
.
hyunnbunt 0356fcb
removed getConflictingRowIds module and its test
hyunnbunt 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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.