Skip to content
Snippets Groups Projects

Resolve "Allow using time slot numbers in long term absences dialog (instead of datetimes)"

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -112,9 +112,9 @@ export default {
allPersons: persons,
periodsByDay: {
query: periodsByDay,
result({ data: { periodsByDay } }) {
this.handleStartDate(this.start);
this.handleEndDate(this.end);
result(_) {
},
},
},
Loading