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);
|
unset($span);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$app = $cell['size'];
|
||||||
|
}
|
||||||
if (($extension_data['app'] = $cell['size'])) // no app-selection, using app given in $cell['size']
|
if (($extension_data['app'] = $cell['size'])) // no app-selection, using app given in $cell['size']
|
||||||
{
|
{
|
||||||
$tpl->disable_cells('app');
|
$tpl->disable_cells('app');
|
||||||
@ -368,7 +372,7 @@
|
|||||||
unset($onchange);
|
unset($onchange);
|
||||||
}
|
}
|
||||||
$value = array(
|
$value = array(
|
||||||
'app' => $cell['size'],
|
'app' => $app,
|
||||||
'no_app_sel' => !!$cell['size'],
|
'no_app_sel' => !!$cell['size'],
|
||||||
'id' => $value,
|
'id' => $value,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user