On Tridion 2011 SP1 HR1 publishing queue, I see user list is not sorted.
Is there a way to sort the user list or should I raise a ticket for a hot-fix?
To be more clear.
On Filter Publishing Task options --> User Dropdown, currently sorting is done based on User Title
by default.
As a user, it's not appearing as sorted.
So, I'm looking for sorting the User Dropdown based on User Description
.
Please suggest How can I achieve this.
Sort users in User dropdown on Publishing Queue popup could be achieved by creating new custom extension.
You add new js file to Publishing Queue popup group where you can overwrite Tridion.Cme.Views.PublishQueue.USER_DROPDOWN_HEAD_PATH
property. It should point to Dropdown xml definition file. You'll need to create your own Dropdown xml definition file (by copying existing WebUI/Editors/CME/Xml/ListDefinitions/PublishQueueUserDropdown-head.xml
) and add new node /list:listDefinition/list:rows/list:defaultSortField
with value @Description
.