This commit is contained in:
2021-10-06 22:58:29 +00:00
parent 6f2e39aba6
commit 47831f9be1
2 changed files with 15 additions and 10 deletions

View File

@@ -837,6 +837,12 @@ export default {
window.$gz.form.setErrorBoxErrors(this);
} else {
this.categories = res.data.users;
if (res.data.hasUnassigned) {
this.categories.push({
name: this.$ay.t("DashboardNotAssigned"),
id: 0
});
}
this.events.splice(0);
const timeZoneName = this.timeZoneName;
let i = res.data.items.length;
@@ -1132,6 +1138,7 @@ async function fetchTranslatedText() {
"ScheduleOptions",
"ScheduleShowTypes",
"FilterUsers",
"DashboardNotAssigned",
"NoColor",
"WorkOrder",
"WorkOrderList",