diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0b0bd43c..071e95d0 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -1289,7 +1289,6 @@ WORK ORDER RESTRICTIONS ADDED: ### Restricted work order User report fields - As some Work order data is not shown or available to restricted Users, several flag fields are provided in the work order header which are available to use in Report templates as required: * IsCompleteRecord - false if some Work order Item records were removed as not available to current restricted user * UserIsRestrictedType @@ -1303,8 +1302,12 @@ As some Work order data is not shown or available to restricted Users, several f - Seeding work order data, fixed so no longer uses Customer users as techs on work order and ensure that known scheduleable type users that are listed in the evaluation login page appear on plenty of work orders as scheduled user for testing and ultimately evaluation so that when user logs in as one of the sample users they see relevant data + +- Seeding work order status, changed roles so more realistic, was just random test roles before - Report template editor - changed translation key for Roles to "Who can select" to mirror Work order status terminology and more clearly indicate what it means - Report templates list - added Select roles as available column -- Work order status data list - added Select roles and Remove roles as available columns +- Work order status data list - added Select roles and Remove roles as default and available columns +- Main data list control: tweaked the column header filter button layout to be slightly more to the right + so that lists like report templates that don't have a selector don't push the filter button slightly off the page to the left diff --git a/ayanova/src/components/data-table.vue b/ayanova/src/components/data-table.vue index 84302db2..5aab73a2 100644 --- a/ayanova/src/components/data-table.vue +++ b/ayanova/src/components/data-table.vue @@ -123,7 +123,7 @@ v-if="h.flt" icon @click.stop="filter(h)" - class="ml-n8 mr-1" + class="ml-n4 mr-1" >$ayiFilter {{ h.text }}