Skip to content

Add default value for Filter in request arguments

Choose a tag to compare

@stephanschuler stephanschuler released this 10 Jan 16:24
3eb510e

The previous implementation just assumed argument values to be present and created an adjusted argument definition. The actual solution was to not only recreate the arguments definition object but to add the default value to the request arguments data storage as well.