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
fix(webapi): Correctly handle deleted filter null value on ServiceOwner search (#1826)
<!--- Provide a general summary of your changes in the Title above -->
## Description
`?deleted` and `?deleted=` query params on ServiceOwner search is not
handled as default (exclude)
<!--- Describe your changes in detail -->
## Related Issue(s)
- #1825
## 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)
## 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)
Copy file name to clipboardexpand all lines: src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Queries/Search/SearchDialogQuery.cs
+6-1
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,17 @@ public sealed class SearchDialogQuery : SortablePaginationParameter<SearchDialog
0 commit comments