Problem/Motivation
The Queue UI module provides some helpful admin screens to work with queues. However,
Steps to reproduce
If you install the Queue UI module, it can do basic operations for a Queue Unique queue but can't provide detailed inspection since the factory class and table are different.
Proposed resolution
Add a simple subclass to handle queue_unique like the core queue. Optionally change the one method to add the hash to the item or table output.
Remaining tasks
Write the code
User interface changes
n/a
API changes
n/a
Data model changes
n/a
Issue fork queue_unique-3305745
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
dieterholvoet commented#3303918: Make it simpler to subclass the DatabaseQueue for very similar queue types was committed and released in queue_ui 3.1.1.
Comment #5
e0ipsoAwesome! @pwolanin any chance you can review this one? I do not have a project with queue_unique currently.
Comment #6
david.qdoscc commentedThis fix works well for me! Thanks
Comment #7
david.qdoscc commentedComment #8
e0ipsoThanks for the review and the patch. Merging and releasing.