az-digital / az_quickstart

UArizona's web content management system built with Drupal 10.
https://quickstart.arizona.edu
GNU General Public License v2.0
30 stars 20 forks source link

Closes #3487 RouteNotFoundException on Reorder Carousel Items page #3488

Closed bberndt-uaz closed 1 week ago

bberndt-uaz commented 2 weeks ago

Description

Fixes a php error in the log by adding the latest patch from this drupal.org issue for the DraggableViews module:

Related issues

3487

How to test

Probo review site: https://7b5e2985-cedf-4a13-ab91-3a35916c835d--pr-3488.probo.build

  1. Install the Quickstart Carousel Item module. (already completed in Probo)
  2. Create at least one carousel item. (already completed in Probo)
  3. Go to the front page and click the Reorder Carousel Items button.
  4. Go to Reports > Recent Log Messages and confirm that no RouteNotFoundException php errors have been logged.
  5. Confirm that carousel items can be reordered and that the carousel still functions as expected.

Types of changes

Arizona Quickstart (install profile, custom modules, custom theme)

Drupal core

Drupal contrib projects

Checklist