Skip to content

Commit 653680b

Browse files
committed
Merge #289 [FIX NC30] resitricted sharing dialog to open when new subfolder created inside …
2 parents 35cadbe + 9517c97 commit 653680b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/files/src/actions/sidebarAction.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export const action = new FileAction({
3838
try {
3939
// Open sidebar and set active tab to sharing by default
4040
window.OCA.Files.Sidebar.setActiveTab('sharing')
41+
window.OCA.Files.Sidebar.setActiveTab('sharing-manage');
4142

4243
// TODO: migrate Sidebar to use a Node instead
4344
await window.OCA.Files.Sidebar.open(node.path)

0 commit comments

Comments
 (0)