- ๐ง๐ดBolivia vacho Cochabamba
I rerolled and fixed these items:
- Core module quickedit has been removed https://www.drupal.org/node/3252839 โ In a site I am managing, patches 65 and 69 causes Paragraphs using Layout Builder in their view mode to not render their content.
- ๐ง๐ดBolivia vacho Cochabamba
I fixed some test issues here
Als @dk-massive, following the task steps and last patch I got fixed this issue.
- Status changed to Needs review
over 1 year ago 12:47pm 23 March 2023 - Status changed to Needs work
over 1 year ago 10:39pm 23 March 2023 - Status changed to Needs review
over 1 year ago 10:23pm 27 March 2023 The last submitted patch, 79: 2979184-79.patch, failed testing. View results โ
- Status changed to Needs work
over 1 year ago 12:39pm 28 March 2023 - Status changed to Needs review
over 1 year ago 12:40pm 28 March 2023 - Status changed to Needs work
over 1 year ago 3:10am 8 April 2023 - ๐บ๐ธUnited States smustgrave
trigger_error messages will have to be updated. Currently says D9
Also a change record will be needed for the new parameter in the service.
- ๐ง๐ดBolivia vacho Cochabamba
About to trigger_error message there is one a core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php that is:
@trigger_error('The logger.channel.layout_builder service must be passed to BlockComponentRenderArray::__construct(), it is required before Drupal 9.0.0.', E_USER_DEPRECATED);
As I see says "It is required before Drupal 9.0.0" I don't think is needed to change the core version to 10 in this message. D9 is still in production, also the message says "before...".
- ๐บ๐ธUnited States smustgrave
9.0.0 is no longer supported. Hasnโt been for some time.
Also canโt be made required in a minor release which this would be. So would have to be done in a major release. So if this trying to get in for 10.1 or would have to be triggered in 10.1 and required in 11
- ๐ง๐ดBolivia vacho Cochabamba
Ok, @smustgrave sounds logic.
I modified the @trigger_error message.
About "change record" for the service. I think this should be added to this list manually https://www.drupal.org/list-changes/drupal โ
after or at the time that this issue merged.
- last update
over 1 year ago 29,292 pass - Status changed to Needs review
over 1 year ago 5:49pm 19 April 2023 - last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 6:04pm 19 April 2023 - ๐บ๐ธUnited States smustgrave
Thanks but still needs a change record that will be added to the trigger_error.
Thought there was a check for it but the trigger_error follows a pattern
Example
if ($extension_list_theme === NULL) { @trigger_error('Calling ' . __METHOD__ . ' without the $extension_list_theme argument is deprecated in drupal:10.1.0 and will be required in drupal:11.0.0. See https://www.drupal.org/node/3284397', E_USER_DEPRECATED); $extension_list_theme = \Drupal::service('extension.list.theme'); }
- ๐ง๐ดBolivia vacho Cochabamba
Ahh, thanks @smustgrave for the guides.
I think was fixed. Pleas review.
- last update
over 1 year ago 29,369 pass, 2 fail - Status changed to Needs review
over 1 year ago 3:39pm 27 April 2023 - last update
over 1 year ago Patch Failed to Apply The last submitted patch, 90: 2979184-90.patch, failed testing. View results โ
- last update
over 1 year ago 29,380 pass - Status changed to Needs work
over 1 year ago 10:47pm 8 June 2023 - ๐บ๐ธUnited States smustgrave
Unfortunately missed the 10.1 for deprecation. If those can be updated fir 10.2 please.
- last update
over 1 year ago Patch Failed to Apply - ๐บ๐ธUnited States kevinquillen
The patches #90 fixed the problem for me.
- last update
about 1 year ago Patch Failed to Apply - First commit to issue fork.
- Merge request !7662protection against recursion added for layout builder โ (Open) created by Unnamed author
- Status changed to Needs review
7 months ago 4:20am 23 April 2024 - Status changed to Needs work
7 months ago 12:48pm 24 April 2024 The Needs Review Queue Bot โ tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- ๐ฎ๐ณIndia Mithun S Bangalore
Mithun S โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia Mithun S Bangalore
Fixed some of the issues related to pipeline and added a commit for the same MR. Still some of the tests are getting failed, keeping the issue status as unchanged.
Thanks!!. - ๐บ๐ธUnited States kevinquillen
Last patch does not apply to 10.3. Attaching one for 10.3 (I need it).
- ๐บ๐ธUnited States kevinquillen
Re-upping patch from #104 with new files included.