Skip to content

Commit ad9250c

Browse files
committed
Merge #289 [FIX NC30] resitricted sharing dialog to open when new subfolder created inside …
2 parents fd630c9 + 4c09cc3 commit ad9250c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/files/src/actions/sidebarAction.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export const action = new FileAction({
3737
async exec(node: Node, view: View, dir: string) {
3838
try {
3939
// Open sidebar and set active tab to sharing by default
40-
window.OCA.Files.Sidebar.setActiveTab('sharing')
40+
// 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)