mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
fixed bug: not all custom fields are shown readonly if only editing the status is allowed (thought they will not be saved anyway)
This commit is contained in:
parent
3ed44951a7
commit
15c225d84b
@ -457,6 +457,11 @@
|
|||||||
{
|
{
|
||||||
$readonlys[$name] = $name != 'info_status';
|
$readonlys[$name] = $name != 'info_status';
|
||||||
}
|
}
|
||||||
|
// need to set all customfields extra, as they are not set if empty
|
||||||
|
foreach($this->bo->customfields as $name => $value)
|
||||||
|
{
|
||||||
|
$readonlys['#'.$name] = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user