fix confirm function in egw_app policy

-- enable deletion of groups again
backport to 23.1
This commit is contained in:
milan 2024-02-23 09:47:57 +01:00
parent 81a8432429
commit d84b418f08

View File

@ -2227,9 +2227,6 @@ export abstract class EgwApp
{
return EgwApp._instances[Symbol.iterator]();
}
//TODO check if this makes any sense
confirm:(param: EgwAction, _senders:any, _target:any)=>any=undefined
}
// EgwApp need to be global on window, as it's used to iterate through all EgwApp instances