Views display extenders should only save enabled extenders

Created on 8 July 2024, 2 months ago
Updated 18 August 2024, 21 days ago

Problem/Motivation

When saving Drupal\views_ui\Form\AdvancedSettingsForm, display extenders that are disabled still get saved with a '0' value which causes issues with Views validation here πŸ“Œ Add validation constraints to views.settings Postponed .

We are having to filter them out in Drupal\views\Views::getEnabledDisplayExtenders()

Steps to reproduce

This is reproduced in the tests in πŸ“Œ Add validation constraints to views.settings Postponed when attempting to validate the schema for a display extender of "0"

Proposed resolution

Filter out disabled extenders when saving via the UI

Remaining tasks

Merge request

User interface changes

None

API changes

None

Data model changes

None

Release notes snippet

Disabled extenders no longer get saved to the Views configuration via the UI

πŸ› Bug report
Status

Closed: duplicate

Version

11.0 πŸ”₯

Component
ViewsΒ  β†’

Last updated about 11 hours ago

Created by

πŸ‡¬πŸ‡§United Kingdom scott_euser

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024