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