Problem/Motivation

The asset module that comes with farmOS includes a d7_asset plugin for migrating asset entities from farmOS v1 (Drupal 7). We no longer support migrations from farmOS v1 in the 3.x branch as of #3382616: Remove v1 migrations from farmOS 3.x. We should have removed the d7_asset plugin at the same time, but it slipped between the cracks.

This was first discovered in https://github.com/farmOS/farmOS/issues/759.

Proposed resolution

Removing the plugin now would constitute a breaking change, so I propose we deprecate this it in 3.x and remove it in 4.x.

Remaining tasks

  • Add a @deprecated annotation.
  • Create a change record.

Issue fork farm-3410701

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

m.stenta created an issue. See original summary.

m.stenta’s picture

Status: Active » Needs review
paul121’s picture

Status: Needs review » Reviewed & tested by the community

LGTM

m.stenta’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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