Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow reordering search all results #6118

Closed
mrclay opened this issue Oct 9, 2013 · 2 comments
Closed

Allow reordering search all results #6118

mrclay opened this issue Oct 9, 2013 · 2 comments

Comments

@mrclay
Copy link
Member

mrclay commented Oct 9, 2013

Simple: After $types = get_registered_entity_types(); run $types through a plugin hook so plugins can reorder the array.

Better: Render each section into an array with keys like type:subtype and pass that through a hook.

@Srokap
Copy link
Contributor

Srokap commented Oct 9, 2013

Maybe just run it through menu system? It would allow to tap to menu's plugin hook for reordering.

Edit: I misunderstood general idea. Was thinking about menu items in sidebar. Plugin hook sounds fine.

@mrclay
Copy link
Member Author

mrclay commented Jan 22, 2014

PR #6350

@mrclay mrclay closed this as completed in 5eebf1e Jan 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants