This commit is contained in:
@@ -9,11 +9,11 @@ export default {
|
||||
//
|
||||
// Used by forms to fetch picklist data
|
||||
//
|
||||
getPickList(enumKey) {
|
||||
getSelectionList(enumKey) {
|
||||
enumKey = enumKey.toLowerCase();
|
||||
var e = window.$gz.store.state.enums[enumKey];
|
||||
if (!e) {
|
||||
throw "ERROR enums::getPickList -> enumKey " +
|
||||
throw "ERROR enums::getSelectionList -> enumKey " +
|
||||
enumKey +
|
||||
" is missing from store";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user