mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
Adapt long task changes for 23.1
This commit is contained in:
parent
d5eb78c705
commit
e021685d93
@ -10,7 +10,6 @@
|
|||||||
* @copyright EGroupware GmbH 2012-2021
|
* @copyright EGroupware GmbH 2012-2021
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {EgwActionManager} from "../egw_action/EgwActionManager";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default action for nextmatch rows, runs action specified _action.data.nm_action: see nextmatch_widget::egw_actions()
|
* Default action for nextmatch rows, runs action specified _action.data.nm_action: see nextmatch_widget::egw_actions()
|
||||||
@ -85,7 +84,7 @@ export function nm_action(_action, _senders, _target, _ids)
|
|||||||
}
|
}
|
||||||
//console.log(_action); console.log(_senders);
|
//console.log(_action); console.log(_senders);
|
||||||
|
|
||||||
let mgr = _action instanceof EgwActionManager ? _action : _action.getManager();
|
var mgr= _action.getManager();
|
||||||
|
|
||||||
var url = '#';
|
var url = '#';
|
||||||
if (typeof _action.data.url != 'undefined')
|
if (typeof _action.data.url != 'undefined')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user