mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
* Adressbook/Calendar/REST: fix not parsed custom fields
This commit is contained in:
parent
9bcf275a8e
commit
f23a0cccbf
@ -196,7 +196,7 @@ class JsBase
|
|||||||
protected static function parseCustomfields(array $cfs)
|
protected static function parseCustomfields(array $cfs)
|
||||||
{
|
{
|
||||||
$contact = [];
|
$contact = [];
|
||||||
$definitions = Api\Storage\Customfields::get(self::APP);
|
$definitions = Api\Storage\Customfields::get(static::APP);
|
||||||
|
|
||||||
foreach($definitions as $name => $definition)
|
foreach($definitions as $name => $definition)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user