mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
keep tags when starting a new time entry from a finished one, fixes ST-469
This commit is contained in:
@@ -113,6 +113,7 @@ function startTimeEntryFromExisting(entry: TimeEntry) {
|
||||
end: null,
|
||||
billable: entry.billable,
|
||||
description: entry.description,
|
||||
tags: [...entry.tags],
|
||||
});
|
||||
}
|
||||
function sumDuration(timeEntries: TimeEntry[]) {
|
||||
|
||||
Reference in New Issue
Block a user