Problem/Motivation
This module allows the same "scheduled_update" entity to be referenced on multiple host / content entities, however the EmbeddedUpdateRunner::getEmbeddedUpdates() does not aggregate the entity ids for all of the references. This leads to only the first queued update to be processed when the schedule update is configured to delete the scheduled update after it has been processed.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | scheduled_updates-multiple-references-3210091-2.patch | 2.98 KB | recrit |
Comments
Comment #2
recrit commentedThe attached patch keys the updates by the scheduled_update id and combines the "entity_ids" to update.
Comment #4
smustgrave commentedBelieve this has been fixed in 3.0.x added a test testIndependentRunnerMultipleEntities to show it. Am assigning credit though.