mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Filemanager: Fix superuser logout button did not work
This commit is contained in:
parent
35d8411585
commit
69a5bcf3a1
@ -973,7 +973,7 @@ var filemanagerAPP = /** @class */ (function (_super) {
|
||||
switch (_action) {
|
||||
case 'login':
|
||||
widget.set_label('Logout');
|
||||
this.et2.getInstanceMgr().submit(widget);
|
||||
widget.getRoot().getInstanceManager().submit(widget);
|
||||
break;
|
||||
default:
|
||||
widget.set_label('Superuser');
|
||||
|
@ -1174,7 +1174,7 @@ export class filemanagerAPP extends EgwApp
|
||||
{
|
||||
case 'login':
|
||||
widget.set_label('Logout');
|
||||
this.et2.getInstanceMgr().submit(widget);
|
||||
widget.getRoot().getInstanceManager().submit(widget);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user