This commit is contained in:
2020-04-11 16:22:55 +00:00
parent c765272761
commit 84cedd7564
3 changed files with 53 additions and 40 deletions

View File

@@ -14,6 +14,9 @@ export default {
vm.appBar.icon = ctx.icon;
vm.appBar.title = ctx.title;
//test
document.title = "AyaNova " + 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