Skip to content
Snippets Groups Projects
Commit e8a6ff89 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7517 use constant instead of Bescheid.class.getSimpleName

parent 58170211
No related branches found
No related tags found
1 merge request!2OZG-7517 add itemName to SetBescheidSentStatusCommand
...@@ -288,7 +288,7 @@ public class BescheidService { ...@@ -288,7 +288,7 @@ public class BescheidService {
.bodyObject(Map.of( .bodyObject(Map.of(
AttachedItem.PROPERTY_ID, bescheidItem.getId(), AttachedItem.PROPERTY_ID, bescheidItem.getId(),
AttachedItem.PROPERTY_ITEM, buildBescheidSentStatusItem(userId), AttachedItem.PROPERTY_ITEM, buildBescheidSentStatusItem(userId),
AttachedItem.PROPERTY_ITEM_NAME, Bescheid.class.getSimpleName())) AttachedItem.PROPERTY_ITEM_NAME, AttachedItemService.BESCHEID_ITEM_NAME))
.build(); .build();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment