Skip to content
Snippets Groups Projects
Commit 17da5a42 authored by Mathieu Massaviol's avatar Mathieu Massaviol
Browse files

Le bouton Ajouter un catalogue prends en compte le noeud de l'arbre sélectionné #35

parent b39eac14
No related branches found
No related tags found
1 merge request!73Resolve "Créer un catalogue"
Pipeline #10734 passed
...@@ -50,7 +50,13 @@ ...@@ -50,7 +50,13 @@
class="m-auto mb-4 w-fit h-8" class="m-auto mb-4 w-fit h-8"
severity="secondary" severity="secondary"
:as="OcLink" :as="OcLink"
:to="{ name: 'community.catalog.new' }" :to="{
name: 'community.catalog.new',
params: {
community: community.name,
identifier: treeStore.state.selectedNodeKey
}
}"
size="small" size="small"
> >
{{ t('community.addCatalogButtonLabel') }} {{ t('community.addCatalogButtonLabel') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment