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
feat(schema): undo setting performed by if not set (#802)
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
## Related Issue(s)
- #760
- Reverting #628
- Changing PerformedBy to be a string value
## Verification
- [X] **Your** code builds clean without any errors or warnings
- [X] Manual testing done (required)
- [x] 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)
---------
Co-authored-by: Ole Jørgen Skogstad <skogstad@softis.net>
Copy file name to clipboardexpand all lines: src/Digdir.Domain.Dialogporten.Application/Features/V1/EndUser/DialogActivities/Queries/Get/GetDialogActivityDto.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,6 @@ public sealed class GetDialogActivityDto
Copy file name to clipboardexpand all lines: src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/DialogActivities/Queries/Get/GetDialogActivityDto.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,6 @@ public sealed class GetDialogActivityDto
Copy file name to clipboardexpand all lines: src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/CreateDialogCommand.cs
internalstaticreadonlyValidationFailureProgressValidationFailure=new(nameof(CreateDialogCommand.Progress),"Progress cannot be set for correspondence dialogs.");
36
34
@@ -40,16 +38,14 @@ public CreateDialogCommandHandler(
Copy file name to clipboardexpand all lines: src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/CreateDialogCommandValidator.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ public CreateDialogDialogActivityDtoValidator(
Copy file name to clipboardexpand all lines: src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/CreateDialogDto.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public sealed class CreateDialogDialogActivityDto
Copy file name to clipboardexpand all lines: src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Update/UpdateDialogCommand.cs
Copy file name to clipboardexpand all lines: src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Update/UpdateDialogCommandValidator.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ public UpdateDialogDialogActivityDtoValidator(
Copy file name to clipboardexpand all lines: src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Update/UpdateDialogDto.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public class UpdateDialogDialogActivityDto
0 commit comments