forked from extern/egroupware
Revert 37361, didn't solve the issue
This commit is contained in:
parent
0934dd0045
commit
f8ec5c9f40
@ -324,9 +324,6 @@ class link_widget
|
||||
$value[$row]['icon'] = egw_link::get_registry($value[$row]['app'], 'icon');
|
||||
$value[$row]['label'] = 'Unlink';
|
||||
$value[$row]['help'] = lang('Remove this link (not the entry itself)');
|
||||
|
||||
$value[$row]['view'] = "javascript:egw.open('{$link['id']}', '{$link['app']}', 'view');";
|
||||
unset($value[$row]['target']);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user