#7356: Changes to fix ticket section #806
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#806
Loading…
Reference in New Issue
No description provided.
Delete Branch "Fix-TicketsModule"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -23,0 +31,4 @@
code: state.code,
});
}
console.log(groupedStates.value);
quitar
@ -28,0 +42,4 @@
url="AlertLevels"
@on-fetch="
(data) => {
(alertLevels = data), getGroupedStates();
getGroupedStates(data) y te ahorras la variable alertLevels
#7356: Changes in list and filter to fix sectionto #7356: Changes to fix ticket sectionNew commits pushed, approval review dismissed automatically according to repository settings
@ -338,0 +338,4 @@
:url="
route.path.startsWith('/ticket')
? `Tickets/${ticketId}/isEditable`
: `Tickets/${ticket}/isEditable`
como como?
desde monitor ticket si haces popup sobre un summary y luego abres otro muestra un error de que no tiene id, este cambio es para evitar ese error
@ -47,6 +56,23 @@ const cancel = () => {
</div>
</div>
</div>
<div v-if="usesMana" class="column q-gutter-y-sm q-mt-sm">
Si se repite yo haria un compoente
@ -100,2 +105,4 @@
data-key="TicketSummary"
>
<template #header-left>
<router-link
Esto no deberia estar hecho ya de manera global?
@ -128,0 +149,4 @@
flat
color="white"
>
<QMenu>
Raro tant de anidament no?
@ -0,0 +1,33 @@
<script setup>
Crear tarea para refactorizar los demas