forked from extern/egroupware
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) {
|
function(result) {
|
||||||
if(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
|
// Update the target to show the liks
|
||||||
this._widget.refresh(dropped.id,'update');
|
this._widget.refresh(dropped.id,'update');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user