Problem/Motivation

WorkspaceAssociationInterface::moveTrackedEntities() was added in #3550942: Add the ability to move content between workspaces, but WorkspaceAssociationInterface was then deprecated in #3551446: Rename the workspace association service to workspace tracker.

We can improve the BC situation by removing the new method from the now-deprecated interface.

Proposed resolution

Remove WorkspaceAssociationInterface::moveTrackedEntities() and its implementation, which is currently broken anyway.

Remaining tasks

Review.

User interface changes

Nope.

Introduced terminology

Nope.

API changes

Nope.

Data model changes

Nope.

Release notes snippet

Nope.

Issue fork drupal-3557938

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

amateescu created an issue. See original summary.

amateescu’s picture

Status: Active » Needs review
smustgrave’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +Needs Review Queue Initiative

Pretty straight forward.

longwave’s picture

Version: 11.x-dev » 11.3.x-dev
Status: Reviewed & tested by the community » Fixed

Committed and pushed 8d7a456e70a to 11.x and c967b591eeb to 11.3.x. Thanks!

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.

  • longwave committed c967b591 on 11.3.x
    fix: #3557938 Fix BC for WorkspaceAssociation::moveTrackedEntities()
    
    By...

  • longwave committed 8d7a456e on 11.x
    fix: #3557938 Fix BC for WorkspaceAssociation::moveTrackedEntities()
    
    By...

Status: Fixed » Closed (fixed)

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