Draft: Automated Project Update Bot fixes
This merge request was automatically created by the Project Update Bot. It contains the changes from run 11-188138.
Merge request reports
Activity
added 293 commits
-
ef8d951d...3ed0faa9 - 293 commits from branch
project:7.x-3.x
-
ef8d951d...3ed0faa9 - 293 commits from branch
added 694 commits
- 3ed0faa9...efa437e9 - 684 earlier commits
- 9e9199ad - Issue #3305635 by sourabhjain, mably, jungle, Tritof: TypeError: Cannot access...
- b53b4044 - Issue #3356675 by sharayurajput, dcam: The tabledrag "Show Row Weights" button is missing
- 3c9b59a8 - Issue #3365068 by robbevb: The jQuery UI Dialog Bridge setting is not compatible with CKEditor 5
- 2856bc1c - Issue #3299961 by Stefan Lehmann, Grabby: Undefined index: attributes in...
- 41126d52 - Issue #3409370 by Liam Morland, gaddman: PHP error when form has entity reference in Drupal 10.2.0
- 217a545d - Issue #3417777 by _tarik_: After the first Ajax execution the progress throbber appears inactive
- 8210642b - Issue #3417769 by _tarik_: The Ajax throbber disappears if added to a select list
- f13cd8b8 - Issue #3407386 by Project Update Bot: Automated Drupal 10 compatibility fixes
- 6ae0dede - Issue #3451450 by shelane: Set up gitlab ci
- 9b39041c - Automated Project Update Bot fixes from run 11-199781.
Toggle commit listadded 4 commits
- f47794c3 - Issue #3452819 by hosterholz, Adrianm6254: Argument #9 ($kernel) must be of type ?
- d3b65aa1 - Issue #3411962 by dcam: FileUploadHelp preprocessor was broken by Core's...
- 6aa46032 - Issue #3427365 by mnk-0210: Remove jQuery UI Library's Core dependency and Add module dependency
- a7c94416 - Automated Project Update Bot fixes from run 11-199781.
Toggle commit listadded 1 commit
- 1e42948c - System libraries were moved in 10.3, so that is now the minimum compatibility
added 1 commit
added 1 commit
added 1 commit
added 1 commit
- 750e8677 - Update the default custom CDN from v3-dev-3 to v3-dev-5.
added 1 commit
1356 1356 if (static::$messenger) { 1357 1357 static::$messenger->addMessage($message, $type, $repeat); 1358 1358 } 1359 else { 1360 // @noRector 1361 drupal_set_message($message, $type, $repeat); 1362 } Since we're bumping up the minimum now to ^10.3 , should be fine removing the else , thanks.
Edited by Joseph Olstad
added 1 commit
- 1aedecf2 - Do not check next minor/next major, current Major is D11, current minor is 11.0 afaik?
Please register or sign in to reply