fix: include locale in sidebar browse links (#1807)
Co-authored-by: Mauro Frischherz <mauro.frischherz@eoscop.ch>
This commit is contained in:
parent
77086a6e0a
commit
9e4ed7986c
@ -43,7 +43,7 @@
|
||||
v-list-item-avatar(size='24')
|
||||
v-icon mdi-folder
|
||||
v-list-item-title {{ item.title }}
|
||||
v-list-item(v-else, :href='`/` + item.path', :key='`childpage-` + item.id', :input-value='path === item.path')
|
||||
v-list-item(v-else, :href='`/` + item.locale + `/` + item.path', :key='`childpage-` + item.id', :input-value='path === item.path')
|
||||
v-list-item-avatar(size='24')
|
||||
v-icon mdi-text-box
|
||||
v-list-item-title {{ item.title }}
|
||||
@ -135,6 +135,7 @@ export default {
|
||||
isFolder
|
||||
pageId
|
||||
parent
|
||||
locale
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -162,6 +163,7 @@ export default {
|
||||
isFolder
|
||||
pageId
|
||||
parent
|
||||
locale
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user