Files
Karsten Hassel d3a3ad9caf config endpoint must handle functions in module configs (#4106)
Fixes #4105

```bash
In JavaScript, standard JSON does not support functions.
If you use JSON.stringify() on an object containing functions,
those functions will be omitted (if they are object properties)
or changed to null (if they are in an array).
```

---------

Co-authored-by: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com>
2026-04-12 15:50:00 -05:00
..
2024-08-12 22:52:43 +02:00
2026-02-06 00:09:59 +01:00