Skip to content

Commit 5483073

Browse files
committed
keep tags when starting a new time entry from a finished one, fixes ST-469
1 parent f534f90 commit 5483073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/js/packages/ui/src/TimeEntry/TimeEntryGroupedTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ function startTimeEntryFromExisting(entry: TimeEntry) {
113113
end: null,
114114
billable: entry.billable,
115115
description: entry.description,
116+
tags: [...entry.tags],
116117
});
117118
}
118119
function sumDuration(timeEntries: TimeEntry[]) {

0 commit comments

Comments
 (0)