silverstripe-dms/code/model
Ian Walls dfbddb49a2
Add support for GridfieldOrderableRows
GridfieldExtensions' GridfieldOrderableRows is functionally quite similar (if not identical) to GridFieldSortableRows, and not all developers may want to support both modules.  This commit adds fallback support for sorting Document Sets using GridfieldOrderableRows if it is installed, and GridFieldSortableRows is not.

To test:
1. Uninstall GridFieldSortableRows (or start with an install without it)
2. Install GridFieldExtensions
3. Create/Open a Document Set
4. Make sure there are multiple files within.
5.  Drag/drop reorder without errors
2018-06-18 15:14:08 -04:00
..
DMSDocument_Controller.php FIX Escape file path before loading file from filesystem 2017-12-07 12:40:11 +13:00
DMSDocument_versions.php API Make storage path configurable. Fix instance singleton and remove static methods 2017-05-18 15:14:09 +12:00
DMSDocument.php Merge branch '2.0' into 2.1 2017-12-07 15:45:42 +13:00
DMSDocumentSet.php Add support for GridfieldOrderableRows 2018-06-18 15:14:08 -04:00