Skip to content
Snippets Groups Projects

Issue #3431600: Automated Drupal 11 compatibility fixes for layout_builder_st

Closes #3431600

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 17 17 # Override the class resolver to so that InlineBlockEntityOperations can be swapped to the extend version.
    18 18 class_resolver:
    19 19 class: Drupal\layout_builder_st\DependencyInjection\ClassResolver
    20 calls:
    21 - [setContainer, ['@service_container']]
    20 arguments: ['@service_container']
    21 Drupal\Core\DependencyInjection\ClassResolverInterface: '@class_resolver'
  • 87 87
    88 88 return $requirements;
    89 89 }
    90
    91 /**
    92 * Rebuilding container, because of D11 related services.yml changes.
    93 */
    94 function layout_builder_st_update_10001() {
    95 \Drupal::service('kernel')->rebuildContainer();
  • Joshua Sedler added 1 commit

    added 1 commit

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    • cfd7d837 - Add new decorator class resolver, remove unnecessary elementmanager and remove unrelated changes

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    • 2b4618ed - remove missed unrelated changes

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    • 854a310f - remove missed unrelated changes

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • f36df0b1 - Issue #3431600 by joseph.olstad: Automated Drupal 11 compatibility fixes for layout_builder_st

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 43be0dfa - Issue #3431600 by joseph.olstad: PHP 8.0+ fix for testGetIndividual.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 4103cc69 - Issue #3431600 by joseph.olstad: PHP 8.0+ fix for LayoutRestTestBase.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 4e69d605 - Require the system module and layout_builder.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • b2fdbfb0 - Issue #3431600 by joseph.olstad: Attempt to resolve class_resolver.inner issue.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 73a82a70 - Issue #3431600 by joseph.olstad: Attempt to resolve class_resolver.inner...

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 4554d5ea - Last straw for the decorator approach.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 243b886a - Issue #3431600 by joseph.olstad: Restore the override approach that was most recently functional.

    Compare with previous version

  • Joseph Olstad added 2 commits

    added 2 commits

    • b4333352 - Issue #3431600 by joseph.olstad: Restore the ElementManager class.
    • 216b5a79 - Merge branch '3431600-automated-drupal-11' of...

    Compare with previous version

  • Joseph Olstad added 2 commits

    added 2 commits

    • 401c9ab3 - Issue #3431600 by joseph.olstad: Restore the ElementManager class.
    • 04094d67 - Merge branch '3431600-automated-drupal-11' of...

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 25039dd5 - Issue #3431600 by joseph.olstad: Update the automated test for LayoutBuilderTranslationTest.php.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 23725f2f - Issue #3431600 by joseph.olstad: Ensure that the test users are created before logging in.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 5a45db37 - Issue #3431600 by joseph.olstad: Ensure the entity_test_mul bundle gets created.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 64997f67 - Issue #3431600 by joseph.olstad: Ensure the entity_test_mul bundle gets created, referenced also.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • b569d91c - Issue #3431600 by joseph.olstad: Specify the expected entity type machine name.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 6f52d5ab - Issue #3431600 by joseph.olstad: Attempt to resolve Error: Call to a member...

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit
  • Joseph Olstad added 1 commit

    added 1 commit

    • 290c116b - Issue #3134580 by Luke_Nuke, loon, millerrs: Nested translated block...

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • ebcc475f - Issue #3134580 by joseph.olstad: Add more permissions to the translator user...

    Compare with previous version

  • Joseph Olstad added 2 commits

    added 2 commits

    • b5ac9278 - Issue #3431600 by joseph.olstad: Add more permissions to the translator user...
    • 20d20b72 - Issue #3431600 by joseph.olstad: Add more permissions to the translator user...

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 0bba8940 - Increase wait time for a test.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • de07aefe - Issue #3431600 by joseph.olstad: Add more permissions and resolve a lint issue.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 2 commits

    added 2 commits

    • f7c3ff3c - Issue #3431600 by joseph.olstad: phpstan fix, safely remove references to...
    • 2a0e7763 - Issue #3431600 by joseph.olstad: phpstan fix, Call the parent save method to...

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • dc12e56b - Issue #3431600 by joseph.olstad: phpstan fix, return expected type of interface.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • ae6ac425 - Issue #3431600 by joseph.olstad: Attempt to fix incorrect permission issue,...

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 5e5cbffe - Issue #3431600 by joseph.olstad: Check the drupalGet for a 200 result, add useful debug hint.

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading