mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 04:19:41 +01:00
link-entry widget returned wrong value, if value was preset and never changed, eg. InfoLogs created from PM or Addressbook
This commit is contained in:
parent
03c7a819d3
commit
e9cc37b01c
@ -360,6 +360,10 @@
|
||||
unset($span);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$app = $cell['size'];
|
||||
}
|
||||
if (($extension_data['app'] = $cell['size'])) // no app-selection, using app given in $cell['size']
|
||||
{
|
||||
$tpl->disable_cells('app');
|
||||
@ -368,7 +372,7 @@
|
||||
unset($onchange);
|
||||
}
|
||||
$value = array(
|
||||
'app' => $cell['size'],
|
||||
'app' => $app,
|
||||
'no_app_sel' => !!$cell['size'],
|
||||
'id' => $value,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user