Skip to content

Implement dialog for editing rules; Validate regex before saving

Vincent Flyson requested to merge (removed):regex-filter-config-ui into master

This adds a nice edit dialog for editing regex rules.

Invalid REs used to provoke a bug output window, I fixed it by validating the field value before accepting the value.

Merge request reports