I'd like to propose adding a better UI for permissions to Backdrop core. I envisage it working/looking something like the following D7 modules: - Filter permissions - https://github.com/backdrop/backdrop-issues/issues/5796 - Permission Select - Fast Permissions Administration - Permissions Grid
Also, I'd like to have the ability for modules to specify group headings within their permissions. This screenshot shows how the Node permissions might look with this change:
If anyone has other ideas for improving the permissions UI, post them here.
- [ ] #1046 | [UX] Permissions page: Make permission groups rows collapsible/expandable
- [ ] #3815 | [META][UX][DX] Overhaul User module permissions and the respective admin UI
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?