Fix Quickaction Buttons
This commit is contained in:
@@ -439,7 +439,7 @@ const getAvailableQueryStringData = (keys) => {
|
|||||||
<UButton
|
<UButton
|
||||||
v-if="item.active"
|
v-if="item.active"
|
||||||
v-for="button in item.quickactions"
|
v-for="button in item.quickactions"
|
||||||
@click="router.push(`${button.link}&customer=${itemInfo.customer.id}&project=${itemInfo.id}`)"
|
@click="router.push(`${button.link}&customer=${props.item.customer.id}&project=${props.item.id}`)"
|
||||||
>
|
>
|
||||||
{{button.label}}
|
{{button.label}}
|
||||||
</UButton>
|
</UButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user