fix: add custom actions using class based script in mobile view
(cherry picked from commit df412d51feba35fc9d799332a18abf6dea220863)
This commit is contained in:
parent
9c27d3dbc6
commit
0023ea0d44
@ -51,6 +51,10 @@
|
|||||||
v-if="deal.data._customActions?.length"
|
v-if="deal.data._customActions?.length"
|
||||||
:actions="deal.data._customActions"
|
:actions="deal.data._customActions"
|
||||||
/>
|
/>
|
||||||
|
<CustomActions
|
||||||
|
v-if="document.actions?.length"
|
||||||
|
:actions="document.actions"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="deal.data" class="flex h-full overflow-hidden">
|
<div v-if="deal.data" class="flex h-full overflow-hidden">
|
||||||
|
|||||||
@ -51,6 +51,10 @@
|
|||||||
v-if="lead.data._customActions?.length"
|
v-if="lead.data._customActions?.length"
|
||||||
:actions="lead.data._customActions"
|
:actions="lead.data._customActions"
|
||||||
/>
|
/>
|
||||||
|
<CustomActions
|
||||||
|
v-if="document.actions?.length"
|
||||||
|
:actions="document.actions"
|
||||||
|
/>
|
||||||
<Button
|
<Button
|
||||||
:label="__('Convert')"
|
:label="__('Convert')"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user