From 8dfd5e213a66385e6a36e93a4f1b3f7a4015b593 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 13 Apr 2020 20:24:05 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 +------ ayanova/src/api/ayatype.js | 2 +- ayanova/src/api/biz-role-rights.js | 2 +- ayanova/src/api/gzutil.js | 2 +- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d4dbdf65..dc481636 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -51,11 +51,6 @@ CURRENT TODOs - - -todo: can page titles be improved so in task bar can see what is being worked with in that browser window - - todo: Translate all ayatypes not translated "data": [ { @@ -96,7 +91,7 @@ todo: Translate all ayatypes not translated }, { "id": 9, - "name": "JobOperations" + "name": "ServerJob" }, { "id": 10, diff --git a/ayanova/src/api/ayatype.js b/ayanova/src/api/ayatype.js index a375c7e0..e2938d82 100644 --- a/ayanova/src/api/ayatype.js +++ b/ayanova/src/api/ayatype.js @@ -8,7 +8,7 @@ export default { LogFile: 6, PickListTemplate: 7, DEPRECATED_REUSELATER_8: 8, - JobOperations: 9, + ServerJob: 9, AyaNova7Import: 10, TrialSeeder: 11, Metrics: 12, diff --git a/ayanova/src/api/biz-role-rights.js b/ayanova/src/api/biz-role-rights.js index 7185d9c2..491e9050 100644 --- a/ayanova/src/api/biz-role-rights.js +++ b/ayanova/src/api/biz-role-rights.js @@ -12,7 +12,7 @@ export default { ServerState: { Change: 16384, ReadFullRecord: 131071, Select: 0 }, License: { Change: 16386, ReadFullRecord: 8193, Select: 0 }, LogFile: { Change: 0, ReadFullRecord: 24576, Select: 0 }, - JobOperations: { Change: 16384, ReadFullRecord: 8195, Select: 0 }, + ServerJob: { Change: 16384, ReadFullRecord: 8195, Select: 0 }, AyaNova7Import: { Change: 16384, ReadFullRecord: 0, Select: 0 }, Metrics: { Change: 0, ReadFullRecord: 24576, Select: 0 }, Translation: { Change: 16386, ReadFullRecord: 131071, Select: 0 }, diff --git a/ayanova/src/api/gzutil.js b/ayanova/src/api/gzutil.js index 51ecbd2f..7aafee18 100644 --- a/ayanova/src/api/gzutil.js +++ b/ayanova/src/api/gzutil.js @@ -170,7 +170,7 @@ export default { return "fa-glasses"; case window.$gz.type.PickListTemplate: return "fa-pencil-ruler"; - case window.$gz.type.JobOperations: + case window.$gz.type.ServerJob: return "fa-robot"; case window.$gz.type.AyaNova7Import: return "fa-file-import";