Skip to content
Snippets Groups Projects

OZG-7517 add itemName to SetBescheidSentStatusCommand

Merged Felix Reichenbach requested to merge OZG-7517-add-Bescheid-item-name into main
1 unresolved thread
Files
2
@@ -287,7 +287,8 @@ public class BescheidService {
.order(AttachedItemService.PATCH_ATTACHED_ITEM)
.bodyObject(Map.of(
AttachedItem.PROPERTY_ID, bescheidItem.getId(),
AttachedItem.PROPERTY_ITEM, buildBescheidSentStatusItem(userId)))
AttachedItem.PROPERTY_ITEM, buildBescheidSentStatusItem(userId),
AttachedItem.PROPERTY_ITEM_NAME, AttachedItemService.BESCHEID_ITEM_NAME))
.build();
}
Loading