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 }} +
+
+