mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02: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']]
|
['download' => $stat['mtime']]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Select::fix_encoded_options($data['values']);
|
if (is_array($data['values']))
|
||||||
|
{
|
||||||
|
Select::fix_encoded_options($data['values']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($fields != $customfields)
|
if($fields != $customfields)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user