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:
ralf 2024-03-30 08:59:52 +02:00
parent ddf3127140
commit c8fefbf573

View File

@ -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)