summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/share.js
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-04 12:56:04 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-07 14:58:45 +0100
commitc5597baf88c3f7bcea9c03a3fa35e1dc81e12bd5 (patch)
treeb2d88ae33f7e99207913afd71dfdc9851485f8b5 /apps/files_sharing/js/share.js
parent1857e50259e3cedffd9d9c24ce2a47bf08ebf782 (diff)
downloadnextcloud-server-c5597baf88c3f7bcea9c03a3fa35e1dc81e12bd5.tar.gz
nextcloud-server-c5597baf88c3f7bcea9c03a3fa35e1dc81e12bd5.zip
show whether the current folder was shared or not
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files_sharing/js/share.js')
-rw-r--r--apps/files_sharing/js/share.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js
index 64fc7ef7296..7629124ec44 100644
--- a/apps/files_sharing/js/share.js
+++ b/apps/files_sharing/js/share.js
@@ -185,6 +185,9 @@
}
});
fileList.registerTabView(shareTab);
+
+ var breadCrumbSharingDetailView = new OCA.Sharing.ShareBreadCrumbView();
+ fileList.registerBreadCrumbDetailView(breadCrumbSharingDetailView);
},
/**