mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
WIP egw_action copy fixes
paste not working
This commit is contained in:
@ -1130,7 +1130,7 @@ export class filemanagerAPP extends EgwApp
|
||||
};
|
||||
for(let i = 0; i < actions.length; i++)
|
||||
{
|
||||
_action.getActionById(actions[i].id).onExecute = jQuery.extend(true, {}, _action.onExecute);
|
||||
_action.getActionById(actions[i].id).onExecute = _action.onExecute.clone();
|
||||
|
||||
_action.getActionById(actions[i].id).set_onExecute(paste_exec);
|
||||
}
|
||||
|
Reference in New Issue
Block a user