This is a follow-up to https://github.com/backdrop/backdrop-issues/issues/2632
The goal is to get rid of the "Manage file display" page entirely. We should move the settings that are currently on that page under a "configure" link on the File
row on the usual "manage displays" page. A good example of what this would look like can be found on any other fieldable entity.
Example of configure link (closed):
Example of configure link (open):
Current settings on the "Manage file display" page:
Destination for these settings:
Advocate: @jenlampton
Weekly update?
PR: ?
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?