Skip to content
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

feat: create useUpdateOptionListIdMutation hook #14181

Merged

Conversation

standeren
Copy link
Contributor

Description

create useUpdateOptionListIdMutation hook to be able to use it for updating code list names in library.

Related Issue(s)

Verification

  • Your code builds clean without any errors or warnings
  • Manual testing done (required)
  • Relevant automated test added (if you find this hard, leave it and we'll help out)

@github-actions github-actions bot added solution/studio/designer Issues related to the Altinn Studio Designer solution. frontend labels Nov 26, 2024
@standeren standeren added skip-releasenotes Issues that do not make sense to list in our release notes team/studio-domain1 skip-manual-testing PRs that do not need to be tested manually skip-documentation Issues where updating documentation is not relevant labels Nov 26, 2024
@standeren standeren linked an issue Nov 26, 2024 that may be closed by this pull request
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.36%. Comparing base (707fe2c) to head (282afb3).
Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14181   +/-   ##
=======================================
  Coverage   95.36%   95.36%           
=======================================
  Files        1797     1798    +1     
  Lines       23367    23390   +23     
  Branches     2702     2702           
=======================================
+ Hits        22284    22307   +23     
  Misses        836      836           
  Partials      247      247           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TomasEng TomasEng self-assigned this Nov 27, 2024
Copy link
Contributor

@TomasEng TomasEng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Veldig oversiktlig og fin PR! Fant bare noe smårusk.

@TomasEng TomasEng assigned standeren and unassigned TomasEng Nov 27, 2024
@standeren standeren assigned TomasEng and unassigned standeren Nov 27, 2024
@TomasEng TomasEng self-requested a review November 28, 2024 07:30
@standeren standeren requested a review from TomasEng November 28, 2024 11:25
@TomasEng TomasEng assigned standeren and unassigned TomasEng Nov 28, 2024
@standeren standeren assigned TomasEng and unassigned standeren Nov 28, 2024
@TomasEng TomasEng merged commit 29d6c53 into main Nov 28, 2024
9 checks passed
@TomasEng TomasEng deleted the add-support-for-frontend-to-use-update-option-list-id-endpoint branch November 28, 2024 12:11
@TomasEng TomasEng removed their assignment Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend skip-documentation Issues where updating documentation is not relevant skip-manual-testing PRs that do not need to be tested manually 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
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Editing code list ID's in the content library
2 participants