This commit is contained in:
2021-03-19 14:08:22 +00:00
parent fc5f03d689
commit 0e4659502d
2 changed files with 10 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ todo: Reviews are showing for all users for all users
..........................................................................................................
* todo JC misc list:
Inventory limited role is presented delete button in part assembly list, should only be able to view
Accounting role:
- if select Contacts listview, get error "! Not authorized" - is this as expected that this role SEES the Contacts listview BUT when click on get not authorized? Shouldn't it not show at all if this role can not just view it?
@@ -959,6 +959,7 @@ build 105
(was: **Part inventory list view will NOT show all parts if previously selected to view the actual part inventory for a single part.)
FIX: Added UI elements at top of grid to remove single object filter (where applicable) and display which object(s) data is displaying consistently
Part inventory adjustment adding from list that is already restricted to one part [OR WAREHOUSE] only (coming from part [OR WAREHOUSE] form menu) should pre-select the part [OR WAREHOUSE] in the new adjustment form
Inventory limited role is presented delete button in part assembly list, should only be able to view
- not changed
Tag extension should have tag picker instead of empty field in cases where you are picking from existing tags

View File

@@ -21,7 +21,7 @@
<!-- ################################ PARTS ############################### -->
<v-col cols="12" class="mb-10">
<span class="text-subtitle-2"> {{ $ay.t("PartList") }}</span
><v-btn large icon @click="addItem()">
><v-btn v-if="!formState.readOnly" large icon @click="addItem()">
<v-icon small color="primary">$ayiPlus</v-icon>
</v-btn>
@@ -52,7 +52,13 @@
</th>
<td class="text-right">
<v-btn large icon @click="editItem(index)" class="ml-4">
<v-btn
v-if="!formState.readOnly"
large
icon
@click="editItem(index)"
class="ml-4"
>
<v-icon small>
$ayiEdit
</v-icon>