Problem/Motivation

The SDC plugin does an access check to see if the SDC module is enabled. Since this has been merged into core functionality, the module no longer needs enabled. In D11 you can't access this component since the check will never pass.

Steps to reproduce

In D11, see list of components to see that SDC Component is not an option

Proposed resolution

Remove the access check for D11.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jnettik created an issue. See original summary.

jnettik’s picture

Status: Active » Needs review

Started a MR for this. The change is simple enough, not sure if this will cause issues in previous versions of Drupal however.

grevil made their first commit to this issue’s fork.

grevil’s picture

Status: Needs review » Reviewed & tested by the community

Thank you, @jnettik! Upped the version to have a minimum requirement on 10.3, cause that's the version sdc got merged into core (see https://www.drupal.org/node/3410260).

LGTM!

grevil’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.