-
Notifications
You must be signed in to change notification settings - Fork 404
NAS-142225 / 27.0.0-BETA.1 / Fix Force checkbox not enabling Save on the NTP Server form #13944
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
30ad5ff
NAS-142225: Clear pinned server validation errors on the next form edit
AlexKarpov98 c323575
NAS-142225: Don't duplicate an inline field error in an error modal
AlexKarpov98 bf9b1e1
NAS-142225: Let Force clear the unreachable-address error on the NTP …
AlexKarpov98 1b95bcd
NAS-142225: Address PR review on the pinned-validation-error fix
AlexKarpov98 05243ef
NAS-142225: Retire a pinned backend error on the next form edit
AlexKarpov98 51ac406
Merge remote-tracking branch 'origin/master' into NAS-142225
AlexKarpov98 a34a0b1
NAS-142225: Drop the SlideInRef provider deleted with the legacy Slid…
AlexKarpov98 06cdea7
NAS-142225: Retire multi-field pins only from edits outside the flagg…
AlexKarpov98 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
14 changes: 14 additions & 0 deletions
14
src/app/modules/forms/ix-forms/manual-validate-error.constants.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| /** | ||
| * Error keys `FormErrorHandlerService` writes onto a control whose error came from the backend | ||
| * rather than from a validator. They travel as a set — the active key is the bare boolean | ||
| * {@link manualValidateErrorKey}, while the human-readable text lives in the two siblings — so they | ||
| * are declared together here rather than re-spelled at each reader (the error-message resolver, the | ||
|
Check notice on line 5 in src/app/modules/forms/ix-forms/manual-validate-error.constants.ts
|
||
|
AlexKarpov98 marked this conversation as resolved.
|
||
| * legacy `ix-errors` component, `<ix-form-renderer>`'s error clearing). | ||
| * | ||
| * Unlike a validator result these are pinned with `setErrors()` and never re-evaluate, so consumers | ||
| * that need to tell a live validation failure from a stale server verdict key off | ||
| * {@link manualValidateErrorKey}. | ||
| */ | ||
| export const manualValidateErrorKey = 'manualValidateError'; | ||
| export const manualValidateErrorMsgKey = 'manualValidateErrorMsg'; | ||
| export const ixManualValidateErrorKey = 'ixManualValidateError'; | ||
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.