Skip to content

Convert array-like objects of UI config to real arrays

Daniel Gerhardt requested to merge convert-ui-api-config-arrays into master

Lists in the UI config are currently serialized as objects instead of arrays. They are now converted to arrays for easier handling.

Merge request reports