implemented updating timetrack table on stopping/starting timetrack
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
body : now()
|
||||
});
|
||||
if (resp.ok){
|
||||
timetrack.stopped = await resp.json();
|
||||
timetrack.running = null;
|
||||
timetrack.elapsed = null;
|
||||
timetrack.start = null;
|
||||
|
||||
Reference in New Issue
Block a user