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 #3493 PHP warnings logged upon inserting a new Bootstrap grid #3494

Closed bberndt-uaz closed 1 week ago

bberndt-uaz commented 2 weeks ago

Description

Fixes multiple php warnings in the log by adding the patch from this drupal.org issue for the CKEditor Bootstrap Grid module:

Related issues

3493

How to test

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

  1. Edit any page containing a text area using the Standard text format
  2. Click the "Bootstrap Grid" button in the editor toolbar
  3. Click the Next button in the Select Columns modal
  4. Save the grid or cancel out of it
  5. Go to the Recent Log Messages at /admin/reports/dblog
  6. Confirm that no Warning: Undefined array key "default_layout" PHP warnings are shown

Types of changes

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

Drupal core

Drupal contrib projects

Checklist