Skip to content

Commit

Permalink
Merge pull request #632 from NBISweden/dev/comment-on-absence
Browse files Browse the repository at this point in the history
Use custom comment in absence planner
  • Loading branch information
kusalananda authored Sep 7, 2022
2 parents 4ef2c73 + 049a231 commit 300f92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/VacationPlanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const VacationPlanner = () => {
issue_id: 3499,
activity_id: 19,
hours: 8,
comments: "",
comments: "Reported using the Urdr absence planner",
spent_on: formatDate(vacation_day, dateFormat),
};
const saved = await reportTime(
Expand Down

0 comments on commit 300f92c

Please sign in to comment.