refactor: refs #7414 update VnLog component to change display order value changes on update action #1309
Labels
No Milestone
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1309
Loading…
Reference in New Issue
No description provided.
Delete Branch "7414-ticketHistoryChanges"
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?
PR BACK: verdnatura/salix#3397
New commits pushed, approval review dismissed automatically according to repository settings
En este caso ticket 1 pasa de null a valor, se ve mal:


Ahora:
Antes:
Falta tambien la segunda parte de la tarea
Revisar que en los casos de las capturas se vea bien
@ -659,2 +645,2 @@
>
#{{ prop.old.id }}
<VnJsonValue :value="prop.old.val" />
<span v-if="prop.old.id" class="id-value">
se puede usar v-text="
#${prop.old.id}
" y así te ahorras 2 líneasCorregir valores
Lo mismo que dice Alex
.