Skip to content
Snippets Groups Projects

Issue #3286285: Automated Drupal 10 compatibility fixes

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
2 2 type: module
3 3 description: 'Adds specific permissions for administering blocks.'
4 4 package: Block
5 core: '8.x'
6 core_version_requirement: ^8 || ^9
5 core_version_requirement: ^8 || ^9 || ^10
  • Are we sure that module will work in Drupal 8?

  • @sinn I don't believe it will. The core_version_requirement was introduced in 8.7.7 so the minimum D8 version would have to be that. Also the tests for the module are now using the olivero theme, which was added with Drupal 9.

    I believe it's generally considered a best practice to use the stark theme for tests so that might be able to be changed.

    Considering Drupal 8 is not longer receiving any core support, I would suggest making it easy and just releasing the module with D9/10 compatible with a new major version.

  • Evgenii Nikitin changed this line in version 5 of the diff

    changed this line in version 5 of the diff

  • Please register or sign in to reply
  • Evgenii Nikitin added 5 commits

    added 5 commits

    Compare with previous version

  • Evgenii Nikitin added 1 commit

    added 1 commit

    • 64286bc5 - Update block_permissions.info.yml

    Compare with previous version

  • Please register or sign in to reply
    Loading