Skip to content

Simplify Config and parse more settings from the openapi schema

Hermann requested to merge feature/lessschema into master

Speeds up the editView as the schema is only loaded once from the API at startup and never again. Also simplifies the code, all the specific handling now happens in the resourcehandler where you would expect it.

fixes #116 (closed) and #114 (closed) .

Edited by Hermann

Merge request reports