Merge pull request 'fix: update EntryList template to use array-data-props for URL configuration' (!1572) from hotFixEntries2 into master
gitea/salix-front/pipeline/head There was a failure building this commit
Details
gitea/salix-front/pipeline/head There was a failure building this commit
Details
Reviewed-on: #1572 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
4992c7bb53
|
@ -283,7 +283,11 @@ onBeforeMount(async () => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<VnSection :data-key="dataKey" prefix="entry" url="Entries/filter">
|
<VnSection
|
||||||
|
:data-key="dataKey"
|
||||||
|
prefix="entry"
|
||||||
|
:array-data-props="{url='Entries/filter'}"
|
||||||
|
>
|
||||||
<template #advanced-menu>
|
<template #advanced-menu>
|
||||||
<EntryFilter :data-key="dataKey" />
|
<EntryFilter :data-key="dataKey" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue