From 1f84f24105e47379931e80d7dedcb74d7c9b6b0e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 17 Jun 2019 23:34:33 +0000 Subject: [PATCH] --- ayanova/src/api/locale.js | 5 +- ayanova/src/views/inventory-widget-edit.vue | 417 +++++++++----------- 2 files changed, 188 insertions(+), 234 deletions(-) diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js index 50d8815d..307b4eaf 100644 --- a/ayanova/src/api/locale.js +++ b/ayanova/src/api/locale.js @@ -24,8 +24,6 @@ export default { } if (needIt.length == 0) { - //eslint-disable-next-line - debugger; resolve(); return; } @@ -38,8 +36,7 @@ export default { _.forEach(response.data, function commitFetchedLTItemToStore(item) { store.commit("addLocaleText", item); }); - //eslint-disable-next-line - debugger; + resolve(); }); }); diff --git a/ayanova/src/views/inventory-widget-edit.vue b/ayanova/src/views/inventory-widget-edit.vue index 3ca02396..e8a810b4 100644 --- a/ayanova/src/views/inventory-widget-edit.vue +++ b/ayanova/src/views/inventory-widget-edit.vue @@ -121,8 +121,11 @@ > - + + + + + + PICKLISTS: {{ pickLists.roles }} +
+
+