0
0
Fork 0

fix(TicketSummary): observationTypes use .description

This commit is contained in:
Alex Moreno 2024-11-22 07:45:49 +01:00
parent 3b03f0dfee
commit 8cbf40f465
1 changed files with 1 additions and 6 deletions

View File

@ -291,13 +291,8 @@ function toTicketUrl(section) {
" "
> >
<span class="label" style="margin-right: 4px"> <span class="label" style="margin-right: 4px">
({{ ({{ item.observationType.description }}):
t(
`ticketNotes.observationTypes.${item.observationType.description}`
)
}}):
</span> </span>
<span>{{ item.description }}</span> <span>{{ item.description }}</span>
</QItem> </QItem>
</QVirtualScroll> </QVirtualScroll>