- 🇬🇧United Kingdom alexpott 🇪🇺🌍
In 8.x-1.x you enqueue a job object and this is updated with the job ID. As 7.x-1.x is unsupported this can be closed as outdated.
Currently AdvancedQueue::createItem() returns TRUE upon success. It might be more useful to have it return the item_id of the created / merged item.
As far as I see there isn't a way to tell the ID of the new item after it's created, without making such change.
[My use case is displaying the new AQ item to end users, and then being able to update the display when the item is processed.]
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
In 8.x-1.x you enqueue a job object and this is updated with the job ID. As 7.x-1.x is unsupported this can be closed as outdated.