add rename of an item. caveat, does not rename dependent leafs yet

This commit is contained in:
Klaus Leithoff
2013-04-29 14:58:29 +00:00
parent 035e4b32b6
commit efd4d85143
2 changed files with 14 additions and 1 deletions

View File

@ -182,10 +182,10 @@ var et2_dataview_selectionManager = Class.extend(
false));
this._focusedEntry = null;
}
// Mark the new given uid as focused
if (_focused)
{
console.log('et2_dataview_controller_selection::setFocused -> UID:'+_uid+' is focused by:'+this._actionObjectManager.name);
var entry = this._focusedEntry = this._getRegisteredRowsEntry(_uid);
this._updateEntryState(entry,
egwSetBit(entry.state, EGW_AO_STATE_FOCUSED, true));