Skip to content
Snippets Groups Projects

Resolve "Make person select in long term absence dialog filterable by adding a preference for the group type for which ownership is required"

5 files
+ 59
7
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -167,7 +167,7 @@ export default {
@@ -167,7 +167,7 @@ export default {
},
},
handleSave() {
handleSave() {
this.cancel();
this.cancel();
this.$toastSuccess("alsijil.coursebook.absences.success");
this.$toastSuccess(this.$t("alsijil.coursebook.absences.success"));
},
},
},
},
};
};
Loading