mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 14:40:34 +02:00
Etemplate: Fix auto-refresh mixed up new rows
This commit is contained in:
@ -1007,7 +1007,7 @@ export class et2_dataview_controller
|
||||
entry.idx = newIdx;
|
||||
newMap[newIdx] = entry;
|
||||
}
|
||||
else
|
||||
else if(newMap[newIdx]!==this._indexMap[key])
|
||||
{
|
||||
// Make sure the old entry gets invalidated
|
||||
entry.idx = null;
|
||||
|
Reference in New Issue
Block a user