Removes default_argument_skip_url from default views

Created on 5 June 2024, 6 months ago
Updated 22 July 2024, 4 months ago

Problem/Motivation

Drupal 10.2.0 made a backwards-incompatible change to the views schema to remove an unused and broken setting, The Views setting default_argument_skip_url has been removed . So we cannot install the module with these changes on Drupal < 10., which is okay, since we're in 3.0.x-dev.

Steps to reproduce

Run tests.

Proposed resolution

- Change the core_version_requirement to ^10.2 || ^11.
- Update the default views in the config directory.

Remaining tasks

- Install agreement on a clean Drupal 10.2 environment (such as DrupalPod), config export the views, copy only the relevant YAML for a default view into the default views.

Data model changes

Drupal core will handle updating existing views configuration so we do not need a post-update.

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇺🇸United States mradcliffe USA

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