Right now the validation rules uses it's own custom UI for administering the rules. I believe it should split off the 'Add new validation' part of the page to a local action, and then use the default CTools UI for exports, which means that site builders can easily disable, enable, override, etc the validations. This should also help the module be a little more forward compatible with Drupal 8.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dave Reid’s picture

Status: Active » Needs review
FileSize
2.89 KB

Initial patch for converting the /add callback to a local action.

Dave Reid’s picture

g089h515r806’s picture

There are two UIs for this Project, one is based on Ctools Export UI, the other one is copied from webform validation.
After support Ctools Export UI, I did not delete the old UI and did not improve it.
It is ok for me if you want to Improve the old UI.

Jorrit’s picture

Issue summary: View changes
Status: Needs review » Needs work

The patch no longer applies.