This commit is contained in:
@@ -166,6 +166,10 @@ Coded by importance
|
|||||||
todo: filling in relevant docs before beta dn going over them all
|
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.
|
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 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
|
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
|
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
|
- TODO BEFORE POST THIS UPDATE VUE AND ETC
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -650,7 +650,7 @@ function initNavPanel() {
|
|||||||
) {
|
) {
|
||||||
sub.push({
|
sub.push({
|
||||||
title: "Attachments",
|
title: "Attachments",
|
||||||
icon: "$ayiFolder",
|
icon: "$ayiPaperclip",
|
||||||
route: "/adm-attachments",
|
route: "/adm-attachments",
|
||||||
key: key++
|
key: key++
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -255,7 +255,7 @@ function clickHandler(menuItem) {
|
|||||||
function generateMenu(vm) {
|
function generateMenu(vm) {
|
||||||
const menuOptions = {
|
const menuOptions = {
|
||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "$ayiFolder",
|
icon: "$ayiPaperclip",
|
||||||
title: "Attachments",
|
title: "Attachments",
|
||||||
helpUrl: "adm-attachments",
|
helpUrl: "adm-attachments",
|
||||||
menuItems: []
|
menuItems: []
|
||||||
|
|||||||
Reference in New Issue
Block a user