[V32] Creating subfolder opens wrong share dialog by memurats · Pull Request #293 · nextmcloud/server

Expand Up @@ -49,8 +49,8 @@ export const action = new FileAction({ logger.debug('Sidebar already open for this file', { node }) return null } // Open sidebar and set active tab to sharing by default window.OCA.Files?.Sidebar?.setActiveTab('sharing') // Open sidebar and set active tab to manage sharing by default window.OCA.Files.Sidebar.setActiveTab('sharing-manage');
// TODO: migrate Sidebar to use a Node instead await window.OCA.Files?.Sidebar?.open(node.path) Expand Down