Enabling 'Act as queue' now has no effect on the functionality of a queue.

'Act as queue' allows the addition of items in excess of the max queue limit to "bump" items off the top of the queue. With the changes in #3021483: Hide "add another item" when queue is full, it is no longer possible to exceed the maximum number of queue items.

Enforcing cardinality of the items field (introduced by #3021483) should be conditional on the 'Act as queue' setting.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

justcaldwell created an issue. See original summary.

justcaldwell’s picture

Status: Active » Needs review
FileSize
793 bytes

Attached patch checks the 'Act as queue' setting before enforcing cardinality of `items` field.

amateescu’s picture

Status: Needs review » Fixed

Nice find! Cleaned up the patch a bit and committed to 8.x-1.x, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.