mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 14:30:05 +01:00
fixed not displayed custom field type "link-entry"
This commit is contained in:
parent
2af0b7a952
commit
7574857f8c
@ -406,7 +406,7 @@ class link_widget
|
|||||||
$value = array(
|
$value = array(
|
||||||
'app' => is_array($value) && isset($value['default_sel']) ? $value['default_sel'] : $app,
|
'app' => is_array($value) && isset($value['default_sel']) ? $value['default_sel'] : $app,
|
||||||
'no_app_sel' => !!$extension_data['app'],
|
'no_app_sel' => !!$extension_data['app'],
|
||||||
'id' => is_array($value) ? $value['current'] : $value,
|
'id' => is_array($value) ? $value['current'] : $id,
|
||||||
'query' => is_array($value) ? $value['query'] : '',
|
'query' => is_array($value) ? $value['query'] : '',
|
||||||
'blur' => count($options) == 1 ? lang($app) : lang('Search'),
|
'blur' => count($options) == 1 ? lang($app) : lang('Search'),
|
||||||
'extra' => $cell['onchange'] ? ','.self::AJAX_NEED_ONCHANGE : null, // store flang for ajax_search, to display extra_line required by onchange
|
'extra' => $cell['onchange'] ? ','.self::AJAX_NEED_ONCHANGE : null, // store flang for ajax_search, to display extra_line required by onchange
|
||||||
|
Loading…
Reference in New Issue
Block a user