mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01: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
|
||||
entry.ao._index = entry.idx = _idx;
|
||||
if(entry.ao) entry.ao._index;
|
||||
entry.idx = _idx;
|
||||
entry.tr = _tr;
|
||||
|
||||
// Update the visible state of the _tr
|
||||
|
Loading…
Reference in New Issue
Block a user