This commit is contained in:
2019-11-22 21:30:25 +00:00
parent 239c76bf9a
commit 939f946f1e
5 changed files with 104 additions and 54 deletions

View File

@@ -147,6 +147,7 @@
ref="notes"
@change="onChange('notes')"
auto-grow
clearable
></v-textarea>
</v-col>
@@ -235,11 +236,10 @@ export default {
"WidgetCustom16"
];
window.$gz.locale
.fetch(ltKeysRequired)
.then(
window.$gz.formCustomTemplate.get(FORM_CUSTOM_TEMPLATE_KEY).then(next())
);
window.$gz.locale.fetch(ltKeysRequired).then(
//ensure cached any form customizations for this particular form
window.$gz.formCustomTemplate.get(FORM_CUSTOM_TEMPLATE_KEY).then(next())
);
// //very important as this in conjunction with the menu options means
// //navigation guards work properly by just sending people here
@@ -276,7 +276,7 @@ export default {
valid: true,
loading: false,
readOnly: readOnly
});
});
//it's a new record so it can't be deleted so...
this.rights.delete = false;