- Drupal 8.7.1
- PHP 7.2
- Entity Queue 8.x-1.0-beta2
Steps to reproduce:
- Create a new simple queue
- Under queue settings, restrict this queue to a minimum of 0 and a maximum of 1 items
- Add item to the queue. Search, click add item, then save.
- /admin/structure/entityqueue will show 0 items for the queue making you think nothing saved
- Clicking "Edit items" will also just show the autocomplete form.
- Adjust the queue to minimum of 0 and maximum of 2
- /admin/structure/entityqueue will now show the 1 item you previously added.
- Clicking "Edit items" will now show the 1 item you previously added.

| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3055520.patch | 2.36 KB | amateescu |
| #2 | skitch (3).png | 105.48 KB | joelsteidl |
Comments
Comment #2
joelsteidl commentedComment #3
joelsteidl commentedComment #4
amateescu commentedThis was caused by #3021483: Hide "add another item" when queue is full, and the problem is that the table mapping no longer recognizes the subqueue
itemsfield as stored in a dedicated table.Fixed it with the patch attached.