mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 22:01:47 +01:00
"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
|
// 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'];
|
$value = $extension_data['app'] ? $value_in['id'] : $value['app'].':'.$value_in['id'];
|
||||||
}
|
}
|
||||||
return !!$value_in['id'];
|
return true;
|
||||||
|
|
||||||
case 'link-apps':
|
case 'link-apps':
|
||||||
if (!$value_in && $extension_data['needed'])
|
if (!$value_in && $extension_data['needed'])
|
||||||
|
Loading…
Reference in New Issue
Block a user