This commit is contained in:
@@ -41,9 +41,19 @@ export default {
|
||||
});
|
||||
});
|
||||
},
|
||||
//Keys that all edit forms have in common (saves retyping them over and over)
|
||||
commonKeysEditForm: [
|
||||
//TODO: some of these are not going to be required / missed some I'm sure
|
||||
//Keys that will always be required for any AyaNova work for any user
|
||||
coreKeys: [
|
||||
//main nav options
|
||||
"Home",
|
||||
"Service",
|
||||
"Dispatch",
|
||||
"Inventory",
|
||||
"Accounting",
|
||||
"Administration",
|
||||
"Operations",
|
||||
"HelpAboutAyaNova",
|
||||
"Logout",
|
||||
//form required options
|
||||
"Active",
|
||||
"Add",
|
||||
"Cancel",
|
||||
|
||||
Reference in New Issue
Block a user