Skip to content

Commit

Permalink
updated description for related entry. close #2703
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Nov 25, 2024
1 parent 95f8655 commit fd5875c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ public ArchiveFileReviewsBean storeCalendarEntry(ArchiveFileReviewsBean entry, A
relatedEventDlg.setTitle("weiterer Eintrag mit " + template.getRelatedOffsetDays() + " Tagen Versatz");
relatedEventDlg.setEventType(entry.getEventType());
relatedEventDlg.setSummary(template.getRelatedName());
relatedEventDlg.setDescription(template.getRelatedDescription());
relatedEventDlg.setDescription((entry.getDescription() + System.lineSeparator() + template.getRelatedDescription()).trim());
relatedEventDlg.setReviewAssignee(entry.getAssignee());

Calendar c = Calendar.getInstance();
Expand Down

0 comments on commit fd5875c

Please sign in to comment.