Skip to content

Commit

Permalink
parse the task description when creating a new task
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed May 16, 2024
1 parent fe02e72 commit 6bc2e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4808,7 +4808,7 @@ function buildOptimisticTaskReport(
return {
reportID: generateReportID(),
reportName: title,
description,
description: getParsedComment(description ?? ''),
ownerAccountID,
participants,
managerID: assigneeAccountID,
Expand Down

0 comments on commit 6bc2e31

Please sign in to comment.