Problem/Motivation

The Actions UI module has been deprecated in Drupal 10.3.0 and will be removed from Drupal 11.0.

See https://www.drupal.org/node/3223395#s-action

Proposed resolution

Clean up drupal:action from the profile dependencies

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

nginex created an issue. See original summary.

  • nginex committed 31486560 on 6.1.x
    Issue #3442257: Remove action dependency
    
nginex’s picture

Assigned: nginex » Unassigned
Status: Active » Fixed

As alternative option (without updating to the new version), you can add this to your composer.json

"replace": {
    "drupal/action": "*"
}

  • nginex committed de54ded9 on 5.1.x
    Issue #3442257: Remove action dependency
    

  • nginex committed 87148274 on 8.x-3.x
    Issue #3442257: Remove action dependency
    

  • nginex committed 2493b51e on 8.x-1.x
    Issue #3442257: Remove action dependency
    

Status: Fixed » Closed (fixed)

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