Problem/Motivation
The QueueItemDeleteSubscriber always tries to delete items from a queue even if the migration is not using "queue" as source.
Steps to reproduce
Proposed resolution
Check if the migration source plugin is an instance of the "queue" plugin.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3284866-1.patch | 1005 bytes | casey |
Issue fork migrate_source_queue-3284866
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
Comment #2
casey commentedComment #6
dieterholvoet commentedThanks!