-
Notifications
You must be signed in to change notification settings - Fork 3
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
GET sub-resources on deleted dialogs returns 404 #1563
Comments
#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. |
Nå er #1541 lukket etter vellykket test. Denne #1563 er i praksis en duplikat. Lukker også den med test Passed. Årsak til at testene ikke fikk forventet resultat fredag 13.desember ser ut til å være relatert til deplymentproblemer i staging miljø. |
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: