I have a Plone product that uses its own type of folders to host a set of custom content objects. The folder type was created by subclassing BaseFolder and has a schema with several text fields. Currently, when user objects are added to the user folder, objects are sorted alphabetically by their identifier. How can I override this behavior and allow users to sort user folders manually, say, through the "Content" view?
python zope plone archetypes
Cody brimhall
source share