- Issue created by @ergonlogic
- Issue was unassigned.
- Status changed to Needs review
7 months ago 5:41pm 28 August 2024
With Config Enforce enabled, when configuring a Views Style Plugin ($form_id == 'views_ui_edit_display_form'
), the form ends up getting cut off by the dialog button set ("Apply", "Cancel").
display: none
for the CE form element using browser inspection toolsAdd views_ui_edit_display_form
to the denylist in config_enforce_config_enforce_form_denylist()
.
Note that the config object related to this form (views.view.foo
) is the same as the View form itself (view_edit_form
). Since displaying the CE element here is redundant, removing it is an improvement from the stand-point of clarity anyway.
views_ui_edit_display_form
to the denylist in config_enforce_config_enforce_form_denylist()
.As noted above.
N/A
N/A
Needs review
1.0
User interface