mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:07:08 +00:00
Fix error in editing of planned line start time
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
<template v-slot:item.ts0="{item, value}">
|
||||
<v-edit-dialog v-if="writeaccess"
|
||||
large
|
||||
@open="editItem(item, 'ts0', item.ts1.toISOString())"
|
||||
@open="editItem(item, 'ts0', item.ts0.toISOString())"
|
||||
@save="edit = null"
|
||||
@cancel="edit.value = item.ts0; edit = null"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user