Part of #1332 (end perhaps #151)...
Now with Views in core, we should explore the idea of taking advantage of it and convert the search to a view with exposed filters.
This would allow people to either directly edit the default Search view in order to tweak it to their liking or clone it and create other search views.
It would also expand the ways of extending it with contrib modules that improve the backend (search API) as well as modules that improve the UI (Views).
Recent comments
This was from examining line 2463- of the webform.module, where // Attach necessary JavaScript and CSS. $form['#attached'] = array( 'css' => array(backdrop_get_path('module', 'webform...
How do I diagnose Webform Conditionals failing?
d'oh. Because of course it is reassigning. Don't mind me... the correct syntax is $form['#attached']['js'][] = backdrop_get_path('module', 'mymodule') . '/mymodule.js';
How do I diagnose Webform Conditionals failing?
Issue opened at Github: https://github.com/backdrop-contrib/webform/issues/220
How do I diagnose Webform Conditionals failing?