Used to triage Drupal change records to ensure phpstan-drupal, drupal-rector, and upgrade_status have appropriate issues.
6
stars
0
forks
source link
'dialogClass' is replaced with 'classes' in core dialog AJAX commands #762
Open
github-actions[bot] opened 2 weeks ago
https://www.drupal.org/node/3440844
Introduced in branch/version: 10.3.x / 10.3.0
When constructing a dialog AJAX command, passing $dialog_options['dialogClass'] is deprecated, and you should pass $dialog_options['classes'] instead.
Before
After