fix: browse tree ancestors not converted in mariadb

This commit is contained in:
NGPixel
2020-04-24 00:07:15 -04:00
parent e0a0434622
commit 7c59bfed08
2 changed files with 4 additions and 2 deletions

View File

@@ -323,7 +323,9 @@ module.exports = () => {
kind: 'link',
label: 'Home',
target: '/',
targetType: 'home'
targetType: 'home',
visibilityMode: 'all',
visibilityGroups: null
}
]
}