From e021685d930f7f636fc2f9047d7d866d66698d3a Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 2 Aug 2023 09:04:07 -0600 Subject: [PATCH] Adapt long task changes for 23.1 --- api/js/etemplate/et2_extension_nextmatch_actions.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/js/etemplate/et2_extension_nextmatch_actions.js b/api/js/etemplate/et2_extension_nextmatch_actions.js index 0bcc5888a6..f0fcfb8f46 100644 --- a/api/js/etemplate/et2_extension_nextmatch_actions.js +++ b/api/js/etemplate/et2_extension_nextmatch_actions.js @@ -10,7 +10,6 @@ * @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() @@ -85,7 +84,7 @@ export function nm_action(_action, _senders, _target, _ids) } //console.log(_action); console.log(_senders); - let mgr = _action instanceof EgwActionManager ? _action : _action.getManager(); + var mgr= _action.getManager(); var url = '#'; if (typeof _action.data.url != 'undefined')