This commit is contained in:
2020-03-05 16:30:54 +00:00
parent ff06c0ebda
commit d649875e3a
6 changed files with 413 additions and 15 deletions

View File

@@ -18,6 +18,9 @@ export default {
vm.appBar.title = ctx.title;
//Parse the formdata if present
//FORMDATA is OPTIONAL and only required for forms that need to allow
//viewing object history, attachments, custom fields, etc that kind of thing
//usually CORE objects with an id, NOT utility type forms
var formAyaType = 0;
var formRecordId = 0;
if (ctx.formData) {