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" > +