forked from extern/egroupware
"fixed not deletetable links: to delete one, you have to select 'New search ..."
This commit is contained in:
parent
c4e24a1e58
commit
15f7e3a1db
@ -477,7 +477,7 @@ class link_widget
|
||||
// this was the line before the default opt, not sure it works well in all case
|
||||
$value = $extension_data['app'] ? $value_in['id'] : $value['app'].':'.$value_in['id'];
|
||||
}
|
||||
return !!$value_in['id'];
|
||||
return true;
|
||||
|
||||
case 'link-apps':
|
||||
if (!$value_in && $extension_data['needed'])
|
||||
|
Loading…
Reference in New Issue
Block a user