Problem/Motivation
Sending a single entity to vgwort with drush vgwort:send node 3 produces an error.
The sending to vgwort is successful, but EntityJobMapper::markSuccessful errors, because the $job doesn't have an ID.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3374295-2.patch | 2.22 KB | alexpott |
Comments
Comment #2
alexpottOh I see - that makes sense. Let's make the make recording a bit more robust and handle programatically create jobs.
Comment #3
alexpottDiscussed with @chr.fritsch - we agreed to merge this and make a new release as the patch adds implicit test coverage and it'd be good to fix.