fix: refs: #8625 fixed agency and vehicle Fk and add select fields on create form #1503
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1503
Loading…
Reference in New Issue
No description provided.
Delete Branch "hotfix_8625_fixCreateNewRoute"
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?
fix: fixed agency and vehicle Fk and add select fields on create formto fix: refs: #8625 fixed agency and vehicle Fk and add select fields on create form@ -40,1 +40,4 @@
label: t('route.Worker'),
component: 'select',
attrs: {
url: 'Workers/activeWithInheritedRole',
Me suena que hay componente VnSelectWorker creo, para no tener que repitr este codigo
@ -143,1 +166,4 @@
</template>
<template #column-agencyModeFk="{ row }">
<span>
{{ row?.agencyName }}
En el objeto columns, le puedes poner format: (row) => row?.agencyName
Y te evitas crear el template
Aun se hace asi? @pablone pq me suena que habia q poner column[algo]: null pero no veo ya ese
component-prop
en VnTableSi, lo arregle en otra rama que hace el test y necesitaba tenerlo arreglado para que funcionara. Me comento lo mismo Segarra y ya esta cambiado allí, ahora lo actualizo aquí.
@ -144,0 +171,4 @@
</template>
<template #column-vehicleFk="{ row }">
<span>
{{ row?.vehiclePlateNumber }}
Pasa lo mismo aqui