1
0
forked from test/crm

fix: add custom actions using class based script in mobile view

(cherry picked from commit df412d51feba35fc9d799332a18abf6dea220863)
This commit is contained in:
Shariq Ansari 2025-06-06 17:19:27 +05:30 committed by Mergify
parent 9c27d3dbc6
commit 0023ea0d44
2 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,10 @@
v-if="deal.data._customActions?.length"
:actions="deal.data._customActions"
/>
<CustomActions
v-if="document.actions?.length"
:actions="document.actions"
/>
</div>
</div>
<div v-if="deal.data" class="flex h-full overflow-hidden">

View File

@ -51,6 +51,10 @@
v-if="lead.data._customActions?.length"
:actions="lead.data._customActions"
/>
<CustomActions
v-if="document.actions?.length"
:actions="document.actions"
/>
<Button
:label="__('Convert')"
variant="solid"