- 🇺🇸United States quicksketch
I couldn't get #40 working. Here's an updated version that works on Drupal 10/11.
- last update
about 1 year ago 29,706 pass, 2 fail - 🇺🇸United States bradjones1 Digital Nomad Life
This also needs to be an MR at this point.
- 🇬🇧United Kingdom joachim
Removing
> 1. The ability to specify multiple source keys
from the IS and the title, as this is now possible:
$lookup_value = array_values($row->getMultiple($this->configuration['source_ids'][$lookup_migration_id]));
- First commit to issue fork.
- 🇬🇧United Kingdom joachim
There's a backwards compatibility & DX problem we haven't spotted.
We add support for this:
* source_ids: * users: * key3: author
but remove support for this, without keys:
* source_ids: * users: * author
That's a BC break, and it's also not good DX if you want to specify all the lookup keys.
- Status changed to Needs review
about 1 month ago 12:13pm 5 June 2025 - 🇬🇧United Kingdom jofitz Coventry
Fixed bug in migrate process plugin.
(no longer needs reroll)
- 🇺🇸United States smustgrave
Think next step would be to get a test case showing the issue. Also issue summary needs some love.