Change record status: 
Project: 
Introduced in branch: 
8.x-1.x
Introduced in version: 
8.x-1.0-rc1
Description: 

The 'Reverse in admin view' queue setting was used only in the user interface when displaying the edit form of a subqueue, and it didn't work reliably when adding or removing items from the subqueue.

In Entityqueue 8.x-1.0-rc1, this option has been replaced by a generic 'Reverse' option, which operates at the storage level of a subqueue. Essentially, this new options provides the ability to add new items at the top of the subqueue, instead of the default behavior of adding them to the bottom of the subqueue.

An upgrade path could not be provided for this change, because reversing each queue that used the old setting would have caused unexpected side effects, for example for views that are displaying content sorted by the queue position.

Manual intervention will be needed for queues that were using this feature, with the following steps:

- Enable the new 'Reverse' queue setting from the entity queue configuration page
- Edit each subqueue, reverse and then save it
- Edit each view that is connected to affected queues and change the sort order appropriately

Impacts: 
Site builders, administrators, editors
Module developers
Themers
Site templates, recipes and distribution developers