mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-07-01 07:01:12 +02:00
fix not updated number of nextmatch rows on push type "delete"
This commit is contained in:
@ -265,7 +265,7 @@ export abstract class EgwApp
|
||||
// only handle delete by default, for simple case of uid === "$app::$id"
|
||||
if (pushData.type === 'delete')
|
||||
{
|
||||
egw.dataStoreUID(this.uid(pushData), null);
|
||||
egw.refresh('', pushData.app, pushData.id, 'delete');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user