-
Notifications
You must be signed in to change notification settings - Fork 0
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
[#377] Fix review responses #382
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #382 +/- ##
==========================================
+ Coverage 76.94% 77.17% +0.22%
==========================================
Files 240 243 +3
Lines 7504 7578 +74
Branches 158 158
==========================================
+ Hits 5774 5848 +74
Misses 1583 1583
Partials 147 147
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
07af777
to
626aa35
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refactored: moved to backend/src/openarchiefbeheer/destruction/tests/endpoints/test_reviewresponse.py
3ed8fc2
to
2fb0fcd
Compare
frontend/src/pages/destructionlist/detail/DestructionListDetail.tsx
Outdated
Show resolved
Hide resolved
Now we check that an item that is being kept in a list cannot be changed. We also check that when extending the bewaartermijn, the selectielijstklasse cannot be updated
2fb0fcd
to
3ec6429
Compare
Fix #377