forked from verdnatura/salix-front
fix: Roadmap Summary ID
This commit is contained in:
parent
813703ce93
commit
d92a0ba77e
|
@ -72,7 +72,12 @@ const openAddStopDialog = () => {
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="q-pa-md full-width">
|
<div class="q-pa-md full-width">
|
||||||
<CardSummary ref="summary" :url="`Roadmaps/${entityId}`" :filter="filter">
|
<CardSummary
|
||||||
|
data-key="RoadmapSummary"
|
||||||
|
ref="summary"
|
||||||
|
:url="`Roadmaps/${entityId}`"
|
||||||
|
:filter="filter"
|
||||||
|
>
|
||||||
<template #header-left>
|
<template #header-left>
|
||||||
<RouterLink :to="{ name: `RoadmapSummary`, params: { id: entityId } }">
|
<RouterLink :to="{ name: `RoadmapSummary`, params: { id: entityId } }">
|
||||||
<QIcon name="open_in_new" color="white" size="sm" />
|
<QIcon name="open_in_new" color="white" size="sm" />
|
||||||
|
|
Loading…
Reference in New Issue