mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 20:52:14 +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,
|
end: null,
|
||||||
billable: entry.billable,
|
billable: entry.billable,
|
||||||
description: entry.description,
|
description: entry.description,
|
||||||
|
tags: [...entry.tags],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
function sumDuration(timeEntries: TimeEntry[]) {
|
function sumDuration(timeEntries: TimeEntry[]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user