This commit is contained in:
@@ -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"
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user