mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
WIP allow to place custom-fields in tabs: new cf type serial uses values for the start-value / no array
This commit is contained in:
parent
ddf3127140
commit
c8fefbf573
@ -259,7 +259,10 @@ class Customfields extends Transformer
|
||||
['download' => $stat['mtime']]
|
||||
);
|
||||
}
|
||||
Select::fix_encoded_options($data['values']);
|
||||
if (is_array($data['values']))
|
||||
{
|
||||
Select::fix_encoded_options($data['values']);
|
||||
}
|
||||
}
|
||||
}
|
||||
if($fields != $customfields)
|
||||
|
Loading…
Reference in New Issue
Block a user