From e454b3968bf5473963f0d60d5f42e43487c1d6c9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 19 Dec 2019 21:34:41 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 --- ayanova/src/api/initialize.js | 16 ++++++++-------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 2f294120..28875b4c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -47,9 +47,6 @@ CURRENT TODOs SHELL / NAV / MENUS / LAYOUT - - -TODO: Review and prioritize order of items in nav panel TODO: RENAME Units list as Customer units? Or is that already clear? TODO: Enforce role rights for menu items once it's stubbed out TODO: DECIDE WHERE TO PUT MRU? In Home or in drop down menu. (I'm leaning towards in HOME as it's own page because it can be large list and don't want to burden or slow the menu too much) diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index 8aeff78a..4685008a 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -248,6 +248,14 @@ export default function initialize() { key: key++ }); + //LOANERS subitem + sub.push({ + title: window.$gz.locale.get("LoanItemList"), + icon: "plug", + route: "/loaners", + key: key++ + }); + //CONTRACTS subitem sub.push({ title: window.$gz.locale.get("ContractList"), @@ -264,14 +272,6 @@ export default function initialize() { key: key++ }); - //LOANERS subitem - sub.push({ - title: window.$gz.locale.get("LoanItemList"), - icon: "plug", - route: "/loaners", - key: key++ - }); - //**** Service (TOP GROUP) addNavItem( window.$gz.locale.get("Service"),