kazuko.murata β created an issue.
The MR works in the local development environment on Drupal 11.0.0.
I have attached a screenshot of the page.
Summary has been updated.
Thank you for releasing the new version.
I think that MR for this issue has already been merged into 8.x-1.x-dev.
I installed 8.x-1.x-dev on Drupal 11.0.0 and confirmed that it works as expected.
- Install "Simple Block" module and "Simple Block + Layout Builder" module on Drupal 11.0.0
- Add/Edit/Delete/Clone Simple Block
- Add and display Simple Block in Block Layout
- Add and display Simple Block in Layout Builder
If it is possible, I would appreciate it if you could release a new version compatible with Drupal 11.
I tried to work around this issue, and it seems to be resolved in Drupal 11.0.0 with fix π Remove deprecated code from field_ui Fixed .
The function field_ui_form_field_config_edit_form_alter(), which caused an error, has been removed by fix #3442361, and now displays "The field Layout is locked and cannot be edited".
I have attached a screenshot of the operation check, so I would be happy if anyone could verify it.
The summary has been updated to state that it also occurs in Drupal core 11.0.0.
I would be happy if anyone could review it again.
I tried writing steps to reproduce the issue and adding code for automated testing, but I realized that this fix might not be necessary.
Two conditions are required on the revision page to reproduce this error:
γ»No revisions are displayed.
γ»The "Compare selected revisions" button is displayed, and it can be clicked.
However, the revision page only displays the "Compare selected revisions" button when there is one or more revisions. You can reproduce the error by creating a submit button using the browser's development tools and executing the submit, but I think this modification is unnecessary because the display and hiding of the "Compare selected revisions" button are controlled correctly.
It would be better to leave it up to the maintainers to decide whether this modification is necessary.
Thank you.
@smustgrave Thank you for your review.
I understand that the job has failed.
This modification is a site configuration change, so ConfigTranslationUiTest.php
and views.view.files.yml
must be modified simultaneously.
I think it's natural for the test to fail as a result of Reverting non test changes.
What would be the best course of action? I would appreciate any guidance.
Using the source code from the project-update-bot-only branch, I installed and tested it on Drupal 10.3.1 and Drupal 11.0.0. Both versions worked for me without any errors.
Similar By Terms is an excellent module, and I will continue to use it.
Thank you.
I am experiencing the same issue and seem it can be resolved by applying the patch provided in https://www.drupal.org/project/drupal/issues/3350137#comment-14985341 π renderPlain on a node render array causes RuntimeException if the node renders a view programmatically Needs work .
Thank you.
I've revised the summary. If you come across any typos or unclear descriptions, I'd be grateful if you could make the necessary corrections. Thanks to anyone who takes the time to review it.
Hello.
I agree with the comment in #16. I always modify the configuration of the 'count' field in Views settings after installing Drupal and use it.
I propose the fix through https://git.drupalcode.org/project/drupal/-/merge_requests/6803
I would appreciate it if someone could review it. Thank you.
kazuko.murata β made their first commit to this issueβs fork.
I tested MR !62 on the following versions:
- Drush 12.4.3 on Drupal core 10.2.1
- Drush 11.6.0 on Drupal core 10.1.7
- Drush 10.6.2 on Drupal core 9.5.11
(Drupal9 is EOL, but due to dependencies with Drush10, I checked on Drupal9.)
`drush cc token` is working fine without errors in above versions.
I added screenshots for reference.
Thank you.