This commit is contained in:
2019-02-20 21:41:04 +00:00
parent 2220f4ceb3
commit 894a9be854
2 changed files with 18 additions and 4 deletions

View File

@@ -39,5 +39,20 @@ export default {
reject(error);
});
});
}
},
//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
"Active",
"Add",
"Cancel",
"Close",
"Save",
"Delete",
"OK",
"Print",
"WikiPage",
"Duplicate",
"RecordHistory"
]
};