From c7ea4c67524e54d2038a9d68a24453e25fc0469f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 10 Dec 2020 22:14:25 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 ------ ayanova/src/views/adm-users.vue | 2 +- ayanova/src/views/cust-customer-notes.vue | 2 +- ayanova/src/views/cust-customers.vue | 3 ++- ayanova/src/views/cust-head-offices.vue | 2 +- ayanova/src/views/cust-users.vue | 2 +- ayanova/src/views/vendors.vue | 2 +- ayanova/src/views/widgets.vue | 2 +- 8 files changed, 8 insertions(+), 13 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a456308b..1e35aa10 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,12 +5,6 @@ MISC ITEMS THAT CAME UP -todo: Jobs translation at server - Look for string var JobName = and insert username if it's the start of a batch job - See JobOperationsController job for mass delete for example - - -todo: job log is out of order slightly due to date/time filter all being within milliseconds of each other? Maybe needs to show another field like id equiv? todo: Case 3595 Mass delete extension Rights!!!!! diff --git a/ayanova/src/views/adm-users.vue b/ayanova/src/views/adm-users.vue index 81763097..ae150b12 100644 --- a/ayanova/src/views/adm-users.vue +++ b/ayanova/src/views/adm-users.vue @@ -13,7 +13,7 @@ :dataListKey="dataListKey" :dataListFilter="dataListFilter" :dataListSort="dataListSort" - :showSelect="rights.change" + :showSelect="rights.read" :reload="reload" :metaView="metaView" v-on:selection-change="handleSelected" diff --git a/ayanova/src/views/cust-customer-notes.vue b/ayanova/src/views/cust-customer-notes.vue index 3251ba8f..95d2c347 100644 --- a/ayanova/src/views/cust-customer-notes.vue +++ b/ayanova/src/views/cust-customer-notes.vue @@ -14,7 +14,7 @@ :dataListKey="dataListKey" :dataListFilter="dataListFilter" :dataListSort="dataListSort" - :showSelect="rights.change" + :showSelect="rights.read" :reload="reload" :metaView="metaView" v-on:selection-change="handleSelected" diff --git a/ayanova/src/views/cust-customers.vue b/ayanova/src/views/cust-customers.vue index 33b150e2..9b1a4873 100644 --- a/ayanova/src/views/cust-customers.vue +++ b/ayanova/src/views/cust-customers.vue @@ -7,13 +7,14 @@ ref="extensions" > +