This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user