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
It should be possible to call the patch endpoint without it generating a DialogUpdatedDomainEvent.
Reproduction
Call the patch endpoint with /api/v1/serviceowner/dialogs/:dialogId?disableAltinnEvents=true
(scope digdir:dialogporten.serviceprovider.admin is required)
Expected behavior
DialogUpdatedDomainEvent should not be created
Actual behavior
DialogUpdatedDomainEvent is created
The text was updated successfully, but these errors were encountered:
Description
It should be possible to call the patch endpoint without it generating a DialogUpdatedDomainEvent.
Reproduction
Call the patch endpoint with
/api/v1/serviceowner/dialogs/:dialogId?disableAltinnEvents=true
(scope
digdir:dialogporten.serviceprovider.admin
is required)Expected behavior
DialogUpdatedDomainEvent should not be created
Actual behavior
DialogUpdatedDomainEvent is created
The text was updated successfully, but these errors were encountered: