If a resource registered as a system right does not exists in resource registry, set serviceResource to null, instead of trying to deserialize NoContent as a resource
Related Issue(s)
this PR
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)
[ ] All tests run green
Documentation
[ ] User documentation is updated with a separate linked PR in altinn-studio-docs. (if applicable)
Description
If a resource registered as a system right does not exists in resource registry, set serviceResource to null, instead of trying to deserialize
NoContent
as a resourceRelated Issue(s)
Verification
Documentation