Admin & User account frontend consolidation

This commit is contained in:
Peter Papp
2021-03-15 16:56:26 +01:00
parent ba902a30b3
commit 803cc089bd
57 changed files with 472 additions and 726 deletions
+2 -2
View File
@@ -96,7 +96,7 @@
<span class="empty-note navigator" v-if="navigationTree.length == 0">
{{ $t('sidebar.folders_empty') }}
</span>
<TreeMenuNavigator class="folder-tree" :depth="0" :nodes="items" v-for="items in navigationTree" :key="items.unique_id"/>
<TreeMenuNavigator class="folder-tree" :depth="0" :nodes="items" v-for="items in navigationTree" :key="items.id"/>
</ContentGroup>
</ContentSidebar>
@@ -256,7 +256,7 @@
if (this.sharedDetail.type === 'folder') {
this.homeDirectory = {
unique_id: this.sharedDetail.item_id,
id: this.sharedDetail.item_id,
name: this.$t('locations.home'),
location: 'public',
}