-
Notifications
You must be signed in to change notification settings - Fork 73
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
12571 add endpoint to delete layout set #12598
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12598 +/- ##
=======================================
Coverage 88.70% 88.70%
=======================================
Files 1289 1290 +1
Lines 18523 18534 +11
Branches 2269 2269
=======================================
+ Hits 16430 16441 +11
Misses 1835 1835
Partials 258 258 ☔ View full report in Codecov by Sentry. |
cf5078e
to
c8f7e24
Compare
backend/tests/Designer.Tests/Controllers/AppDevelopmentController/DeleteLayoutSetTests.cs
Fixed
Show fixed
Hide fixed
backend/tests/Designer.Tests/Controllers/AppDevelopmentController/DeleteLayoutSetTests.cs
Fixed
Show resolved
Hide resolved
fc429e9
to
4ff6fd1
Compare
The issue is that we have 2 LayoutSets models in our solution now. Altinn.Studio.Designer.Models.LayoutSets and |
Hm, okey, where is the latter used? And do we need both? 🤔 |
…e25e-4f3d-baf3-429eef2b404f.xml
c39caf2
to
73a9c97
Compare
6eea09e
to
753e181
Compare
* Add endpoint to delete layout set * Delete task id ref if layout set had a connected datatype and add tests * Add test for deleteMutation * Add new keyword to sets in layoutsets model * compare json content instead of objects * Delete App LayoutSets model * Do not remove selected layout set from local storage upon deletion --------- Co-authored-by: Mirko Sekulic <misha.sekulic@gmail.com>
Description
Add endpoint that deletes a given layoutset in backend
Related Issue(s)
Verification