mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
Fixed bug which caused row content to disappear after a while
This commit is contained in:
parent
87c0db7be1
commit
37dc6545cc
@ -94,7 +94,7 @@ var et2_dataview_dataProvider = Class.extend(et2_IDataProvider, {
|
|||||||
|
|
||||||
et2_debug("log", "<-- unregistering row", _idx);
|
et2_debug("log", "<-- unregistering row", _idx);
|
||||||
|
|
||||||
delete(this._data[_idx]);
|
delete(this._registeredRows[_idx]);
|
||||||
},
|
},
|
||||||
|
|
||||||
/* ---- PRIVATE FUNCTIONS ---- */
|
/* ---- PRIVATE FUNCTIONS ---- */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user