mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-20 22:03:03 +08:00
Hide assign item button when item is archived in item-card [SCI-9548] (#6471)
This commit is contained in:
parent
195d56cfd7
commit
e0dd8fb2fe
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
|||
count: assignedModules ?
|
||||
assignedModules.total_assigned_size : 0
|
||||
}) }}
|
||||
<a v-if="actions?.assign_repository_row || (inRepository && !defaultColumns?.archived)"
|
||||
<a v-if="actions?.assign_repository_row && !defaultColumns?.archived"
|
||||
class="btn-text-link font-normal" :class="{
|
||||
'assign-inventory-button': actions?.assign_repository_row,
|
||||
'disabled': actions?.assign_repository_row && actions.assign_repository_row.disabled
|
||||
|
|
Loading…
Reference in a new issue