#8620 - createTestE2ERouteAutonomous #1461

Merged
jtubau merged 8 commits from 8620-createTestE2ERouteAutonomous into dev 2025-02-28 11:03:58 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 9e1ab1028d - Show all commits

View File

@ -185,6 +185,7 @@ const getLink = (param) => `#/invoice-in/${entityId.value}/${param}`;
data-key="InvoiceInSummary"
:url="`InvoiceIns/${entityId}/summary`"
@on-fetch="(data) => init(data)"
module-name="InvoiceIn"
Review

Si no se lo pasas, la línea 81 de CardSummary deberia hacer lo mismo no?

Si no se lo pasas, la línea 81 de CardSummary deberia hacer lo mismo no?
Review

si no se lo pones no añade en este caso el invoiceIn delante, tira contra #/route/:id/summary
en lugar de contra #/invoice-In/:id/summary ya que el route.js como moduleName: tiene 'route'

si no se lo pones no añade en este caso el invoiceIn delante, tira contra #/route/:id/summary en lugar de contra #/invoice-In/:id/summary ya que el route.js como moduleName: tiene 'route'
>
<template #header="{ entity }">
<div>{{ entity.id }} - {{ entity.supplier?.name }}</div>