Issue Type: Improvement Improvement
Affects Versions: 5.3.4, 5.2.10
Assignee: Unassigned
Components: page editor, pages app
Created: 27/Oct/14 2:26 PM
Description:

Problem:
The page template one can choose in the pages app, and the components one can choose in the pages editor are sorted alphabetically.

This is in many situations quite annoying:
When the most often used pages and component have a "low" letter (t-z), they appear at the very bottom, or in case of page templates you need to click on "next" to get to the second tab pane -> you loos possibility to do all via keys, mouse click is a must.

For example the "Section" page is always in the second pane.

Source of problem:
/modules/pages/fieldTypes/templateSelect defined info.magnolia.pages.app.field.TemplateSelectorFieldFactory
Which delegates to a internal used comparator class.

Solution:
Allow to define/configure your own/custom comparator class on a select field.
(Probably on any field that operates on more than just one value this would make sense)

I think this is a often use case for select fields.
Having an impact on the order of the values without the need to "duplicate" the originals Factory class just for injecting a different comparator.

Project: Magnolia UI
Labels: support
Priority: Neutral Neutral
Reporter: Christian Ringele
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to