mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Refresh nm rows which got linked after egw_link_drop action
This commit is contained in:
parent
736eb6a329
commit
1db3cc96ef
@ -345,6 +345,11 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(et2_IDataProvider,
|
||||
function(result) {
|
||||
if(result)
|
||||
{
|
||||
for (var i=0; i < this._objectManager.selectedChildren.length; i++)
|
||||
{
|
||||
this._widget.refresh(this._objectManager.selectedChildren[i].id,'update');
|
||||
}
|
||||
this._widget.egw().message('Linked');
|
||||
// Update the target to show the liks
|
||||
this._widget.refresh(dropped.id,'update');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user