mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
fix confirm function in egw_app policy
-- enable deletion of groups again backport to 23.1
This commit is contained in:
parent
81a8432429
commit
d84b418f08
@ -2227,9 +2227,6 @@ export abstract class EgwApp
|
|||||||
{
|
{
|
||||||
return EgwApp._instances[Symbol.iterator]();
|
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
|
// EgwApp need to be global on window, as it's used to iterate through all EgwApp instances
|
||||||
|
Loading…
Reference in New Issue
Block a user