mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +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._do_action('createdir', egw.encodePathComponent(dir), false, path);
|
||||||
self.change_dir((path == '/' ? '' : path) + '/' + egw.encodePathComponent(dir));
|
|
||||||
}
|
}
|
||||||
}, 'New directory', 'Create directory');
|
}, 'New directory', 'Create directory');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user