Skip to content

WIP: Expose the function parameter 'field' to the config

David Schäfer requested to merge develop into master

The test function parameter field will be exposed to the configuration in order to allow configurations like:

varname test
y flagRange(field="x", min=0, max=100)

Merge request reports