mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
improve fix not updated number of nextmatch rows on push type "delete"
This commit is contained in:
@ -233,7 +233,7 @@ var AppJS = (function(){ "use strict"; return Class.extend(
|
||||
if (pushData.app !== this.appname) return;
|
||||
|
||||
// only handle delete by default, for simple case of uid === "$app::$id"
|
||||
if (pushData.type === 'delete')
|
||||
if (pushData.type === 'delete' && egw.dataHasUID(this.uid(pushData)))
|
||||
{
|
||||
egw.refresh('', pushData.app, pushData.id, 'delete');
|
||||
}
|
||||
|
Reference in New Issue
Block a user