diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 61b2042b..2af9d860 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -166,6 +166,10 @@ Coded by importance todo: filling in relevant docs before beta dn going over them all next up re-read the data tables doc and then work backwards out to service rates again. +todo: 1 put a large picture of each icon that goes with eacy type of object at the top of that objects form help doc page + this satisifies the need to have an image which makes the text look friendlier and also helps cement the icon to be looked for + + todo: 1 decapitalize the titles todo: 1 #b4beta tagged on all pages that MUST be filled in before beta test, do those and any not that flag at top with [under construction] and make sure they are presentable @@ -1299,7 +1303,8 @@ Current v8 docs home: https://www.ayanova.com/docs/ BUILD 8.0.0-beta.0.10 CHANGES OF NOTE -- Rename "Service" role translation to "Service manager" (and other languages equivalent) +- Changed "Service" role translation to "Service manager" (and other languages equivalent) +- admin -> attachments not using correct icon, changed to paperclip from folder icon - TODO BEFORE POST THIS UPDATE VUE AND ETC diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index cd3c2d25..ef250b6a 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -650,7 +650,7 @@ function initNavPanel() { ) { sub.push({ title: "Attachments", - icon: "$ayiFolder", + icon: "$ayiPaperclip", route: "/adm-attachments", key: key++ }); diff --git a/ayanova/src/views/adm-attachments.vue b/ayanova/src/views/adm-attachments.vue index b8717984..db0a4fcc 100644 --- a/ayanova/src/views/adm-attachments.vue +++ b/ayanova/src/views/adm-attachments.vue @@ -255,7 +255,7 @@ function clickHandler(menuItem) { function generateMenu(vm) { const menuOptions = { isMain: true, - icon: "$ayiFolder", + icon: "$ayiPaperclip", title: "Attachments", helpUrl: "adm-attachments", menuItems: []