|
|
|
@ -479,7 +479,7 @@ class processor_text_json_diff_form(commonSettingsForm):
|
|
|
|
|
body = TextAreaField('Request body', [validators.Optional()])
|
|
|
|
|
method = SelectField('Request method', choices=valid_method, default=default_method)
|
|
|
|
|
ignore_status_codes = BooleanField('Ignore status codes (process non-2xx status codes as normal)', default=False)
|
|
|
|
|
check_unique_lines = BooleanField('Only trigger when unique lines appear', default=False)
|
|
|
|
|
check_unique_lines = BooleanField('Only trigger when unique lines appear in all history', default=False)
|
|
|
|
|
sort_text_alphabetically = BooleanField('Sort text alphabetically', default=False)
|
|
|
|
|
|
|
|
|
|
filter_text_added = BooleanField('Added lines', default=True)
|
|
|
|
|