#6242: Show all ticket problems #1331

Merged
jon merged 28 commits from 6242-AddHasRoundingField into dev 2025-02-05 06:51:41 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 1f622317e7 - Show all commits

View File

@ -166,9 +166,7 @@ function ticketFilter(ticket) {
</template>
<template #icons>
<QCardActions class="q-gutter-x-xs">
<div v-for="problem in problems" :key="problem" class="q-gutter-x-xs">
<TicketProblems :row="problem" />
</div>
<TicketProblems :row="problems[0]" />
</QCardActions>
</template>
<template #actions="{ entity }">