Problem/Motivation

#3305745: Add Queue UI integration added support for Queue UI to the 2.x branch, but this plugin is not present in the 3.x branch.

See corresponding commit on the 2.x branch:
https://git.drupalcode.org/project/queue_unique/-/commit/e4efd0558b3cb02...
 

Proposed resolution

Port the plugin to 3.x.
 

Command icon 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

longwave created an issue. See original summary.

longwave’s picture

Status: Active » Needs review
a.milkovsky’s picture

Status: Needs review » Reviewed & tested by the community

The PR looks good.

eduardo morales alberti’s picture

Tested on a Drupal 10.1.8. RTBC!

DYdave made their first commit to this issue’s fork.

dydave’s picture

Hi everyone,

Thank you very much for raising this issue and providing a very helpful patch.

I would like to confirm successfully testing the changes from !MR4 with :

  • Drupal core: 10.2.3
  • Queue UI: 3.1.4
  • Queue Unique : 3.x-dev

 
I would like to confirm that without this patch the Inspect button doesn't display in Queue UI back-end interface, see screenshot below:

Minor code clean-up changes were added at #6, with the resulting patch attached as reference:
3374940-7-queue_unique-add-queue_ui-integration.patch

We would greatly appreciate if a maintainer could please try taking a look at the changes in this ticket, in particular the corresponding merge request !MR4 and give us some comments and feedback.

Feel free to let us know if you have any questions or concerns on any of the changes in the merge request or this ticket in general, we would surely be glad to help.
Thanks in advance !

dydave’s picture

Issue summary: View changes
Related issues: +#3305745: Add Queue UI integration