Redis Queue does not implement $item::item_id / Queue Manager integration #175
Labels
External Bug
Some package, dependency needs some Pet Friendly Bug controll
Milestone
What?
This is not on use. We deliver Queue manager which is a great module. As we explore Redis also as a Queue manager (running on my local successfully for 2 weeks already) we might need to make a pull request to Queue manager project to avoid a warning we are getting.
Warning: Undefined property: stdClass::$item_id in Drupal\queue_ui\QueueUIBatch::step() (line 74 of /var/www/html/web/modules/contrib/queue_ui/src/QueueUIBatch.php)
Redis implements a ::$qid, so a simple ``??$item_id : $item->qid or similar should be enough. This might also be on the Redis Module to be fixed.
The text was updated successfully, but these errors were encountered: