-
Notifications
You must be signed in to change notification settings - Fork 72
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
refactor: adapt contract when fetching all option lists to visualize error per option list #14269
Open
standeren
wants to merge
3
commits into
main
Choose a base branch
from
imporove-error-handling-for-get-all-option-lists-endpoint
base: main
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
refactor: adapt contract when fetching all option lists to visualize error per option list #14269
standeren
wants to merge
3
commits into
main
from
imporove-error-handling-for-get-all-option-lists-endpoint
Conversation
This file contains 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
github-actions
bot
added
area/ui-editor
Area: Related to the designer tool for assembling app UI in Altinn Studio.
solution/studio/designer
Issues related to the Altinn Studio Designer solution.
backend
frontend
labels
Dec 12, 2024
standeren
force-pushed
the
imporove-error-handling-for-get-all-option-lists-endpoint
branch
from
December 12, 2024 10:07
13df12e
to
9ef1ecd
Compare
standeren
force-pushed
the
imporove-error-handling-for-get-all-option-lists-endpoint
branch
from
December 12, 2024 10:13
9ef1ecd
to
bf44f5a
Compare
standeren
force-pushed
the
imporove-error-handling-for-get-all-option-lists-endpoint
branch
2 times, most recently
from
December 18, 2024 08:17
0273996
to
6caaae9
Compare
github-actions
bot
added
the
quality/testing
Tests that are missing, needs to be created or could be improved.
label
Dec 18, 2024
standeren
force-pushed
the
imporove-error-handling-for-get-all-option-lists-endpoint
branch
from
December 18, 2024 09:41
6caaae9
to
180f682
Compare
...udio-content-library/src/ContentLibrary/LibraryBody/pages/CodeListPage/CodeListPage.test.tsx
Fixed
Show fixed
Hide fixed
…error per option list
standeren
force-pushed
the
imporove-error-handling-for-get-all-option-lists-endpoint
branch
2 times, most recently
from
December 20, 2024 13:54
38024da
to
efca53c
Compare
standeren
force-pushed
the
imporove-error-handling-for-get-all-option-lists-endpoint
branch
from
December 20, 2024 14:27
efca53c
to
6988b6d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14269 +/- ##
=======================================
Coverage 95.56% 95.56%
=======================================
Files 1843 1843
Lines 23886 23900 +14
Branches 2752 2754 +2
=======================================
+ Hits 22827 22841 +14
Misses 802 802
Partials 257 257 ☔ View full report in Codecov by Sentry. |
standeren
added
skip-releasenotes
Issues that do not make sense to list in our release notes
team/studio-domain1
skip-documentation
Issues where updating documentation is not relevant
labels
Dec 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/ui-editor
Area: Related to the designer tool for assembling app UI in Altinn Studio.
backend
frontend
quality/testing
Tests that are missing, needs to be created or could be improved.
skip-documentation
Issues where updating documentation is not relevant
skip-releasenotes
Issues that do not make sense to list in our release notes
solution/studio/designer
Issues related to the Altinn Studio Designer solution.
team/studio-domain1
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.
Description
data
prop is swapped with thehasError
prop.Related Issue(s)
Verification