mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Filemanager: Stop changing into a newly created folder
This commit is contained in:
parent
209483409c
commit
9b2f7ef9ab
@ -716,8 +716,7 @@ export class filemanagerAPP extends EgwApp
|
||||
}
|
||||
}
|
||||
}
|
||||
self._do_action('createdir', egw.encodePathComponent(dir), true, path); // true=synchronous request
|
||||
self.change_dir((path == '/' ? '' : path) + '/' + egw.encodePathComponent(dir));
|
||||
self._do_action('createdir', egw.encodePathComponent(dir), false, path);
|
||||
}
|
||||
}, 'New directory', 'Create directory');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user