Adapt long task changes for 23.1

This commit is contained in:
nathan 2023-08-02 09:04:07 -06:00
parent d5eb78c705
commit e021685d93

View File

@ -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')