mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
Make sure action object is set before using it
This commit is contained in:
parent
fc3553636d
commit
88df7e232c
@ -103,7 +103,8 @@ var et2_dataview_selectionManager = Class.extend({
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Update the entry
|
// Update the entry
|
||||||
entry.ao._index = entry.idx = _idx;
|
if(entry.ao) entry.ao._index;
|
||||||
|
entry.idx = _idx;
|
||||||
entry.tr = _tr;
|
entry.tr = _tr;
|
||||||
|
|
||||||
// Update the visible state of the _tr
|
// Update the visible state of the _tr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user