Skip to content
Snippets Groups Projects

Resolve "Frontend for Models"

Merged Julian requested to merge 1-frontend-for-models into master
Compare and Show latest version
23 files
+ 383
230
Compare changes
  • Side-by-side
  • Inline
Files
23
@@ -27,10 +27,6 @@ export default {
text: this.$t("lesrooster.slot.weekday"),
value: "weekday",
},
{
text: this.$t("lesrooster.break.period_after"),
value: "period",
},
{
text: this.$t("lesrooster.slot.time_start"),
value: "timeStart",
@@ -55,7 +51,6 @@ export default {
return {
...item,
period: null,
periodAfter: item.period,
weekday: this.weekdayAsInt(item.weekday),
timeGrid: item.timeGrid.id,
};
@@ -66,7 +61,7 @@ export default {
id: item.id,
name: item.name,
weekday: this.weekdayAsInt(item.weekday),
periodAfter: item.period,
period: null,
timeStart: item.timeStart,
timeEnd: item.timeEnd,
timeGrid: item.timeGrid.id,
Loading