#31: Enhancements for ordering folder contents
- Contents
- Proposed by
- tiran
- Proposal type
- State
- rejected
Motivation
The current ui implementation for ordering is bad. A user has to click up and down for each item he wants to move around.
Proposal
Better handling for moving items around in a folder (reordering)
Implementation
Use java script for drag n' drop support
With JavaScript it should be (more or less) easy to support reordering with drag and drop. That's a very natural way to reorder items in a list. Simply drag a link and drop it in another position in the list. :)
Cosmetics
Rename id to ids in plone_scripts/folder_position.py to make clear that the script supports multiple items.