Skip to content

fixes #40: don't pass incorrectly formatted values when disabling a form processor

JonGold requested to merge JonGold/form-processor:fix-disable into master

Without this, disabling and re-enabling a form processor breaks the output handler. By not passing any more values than are necessary in the API call we avoid the issue with incorrectly formatted parameters.

Merge request reports