mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-20 05:12:38 +02:00
WIP Mail REST API: fix closing dialog closes popup to because dialog was already removed when response was received
This commit is contained in:
@@ -46,14 +46,14 @@ export class PreferencesApp extends EgwApp
|
||||
{
|
||||
console.log('app.preferences.addToken', arguments);
|
||||
|
||||
this.dialogExec('preferences.EGroupware\\Preferences\\Token.edit');
|
||||
this.openDialog('preferences.EGroupware\\Preferences\\Token.edit');
|
||||
}
|
||||
|
||||
editToken(_action, _selection)
|
||||
{
|
||||
console.log('app.preferences.editToken', arguments);
|
||||
|
||||
this.dialogExec('preferences.EGroupware\\Preferences\\Token.edit&token_id='+_selection[0].id.split('::')[1]);
|
||||
this.openDialog('preferences.EGroupware\\Preferences\\Token.edit&token_id='+_selection[0].id.split('::')[1]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user