fix: refs #8616 update binding syntax for is-editable prop in AgencyList.vue #1446
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1446
Loading…
Reference in New Issue
No description provided.
Delete Branch "8616-fixWarningsRouteSection"
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: refs #8616 update binding syntax for is-editable prop in AgencyList.vueto WIP: fix: refs #8616 update binding syntax for is-editable prop in AgencyList.vueWIP: fix: refs #8616 update binding syntax for is-editable prop in AgencyList.vueto fix: refs #8616 update binding syntax for is-editable prop in AgencyList.vueRevisa los comentarios que te he puesto
@ -130,3 +130,3 @@
<template>
<div class="descriptor">
<div class="descriptor" v-bind="$attrs">
Esto puede generar Warnings, has revisado si los provoca? https://chat.verdnatura.es/group/salix?msg=qRSHxFixkxpGHCu7P
No los provoca pero he solucionado de donde venia el warning y ya le he quitado el v-bind
@ -33,6 +33,10 @@ const props = defineProps({
type: String,
default: '',
},
userFilter: {
no se utiliza la prop, es por warnings?
Si
@ -30,0 +34,4 @@
:url="`Roadmaps/${entityId}`"
:filter="filter"
data-key="Roadmap"
:summary="$props.summary"
no hace falta utilizar "$props." en la template
@ -19,3 +17,1 @@
dms: `#/vehicle/${entityId.value}/dms`,
'invoice-in': `#/vehicle/${entityId.value}/invoice-in`,
events: `#/vehicle/${entityId.value}/events`,
'basic-data': `#/${route.meta.moduleName.toLowerCase()}/vehicle/${entityId.value}/basic-data`,
Crea una constante const baseLink =
#/${route.meta.moduleName.toLowerCase()}/vehicle/${entityId.value}
; para no repetir códigote fallan los test
New commits pushed, approval review dismissed automatically according to repository settings