You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1564)
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
## Related Issue(s)
- #1563
## Verification
- [x] **Your** code builds clean without any errors or warnings
- [x] Manual testing done (required)
- [ ] Relevant automated test added (if you find this hard, leave it and
we'll help out)
## Documentation
- [ ] Documentation is updated (either in `docs`-directory, Altinnpedia
or a separate linked PR in
[altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if
applicable)
Har testet denne via #1541, se notater fra kjøringen der. De er duplikater og begge forventet 410 Gone. Testen gir 400 Bad Request. Setter teststatus til Failed.
Description
GET on sub-resources when the dialog is softly deleted returns 404 NOT FOUND
Reproduction
Create a dialog, then soft-delete it.
Call f.ex.
GET /api/v1/serviceowner/dialogs/:dialogId/activities
Expected behavior
410 GONE
Actual behavior
404 NOT FOUND
The text was updated successfully, but these errors were encountered: