soundintheory / fuel-cmf

A CMF for rapid web application development, built upon FuelPHP and Doctrine ORM
8 stars 0 forks source link

Sortable behaviour #22

Closed andyjwwhite closed 11 years ago

andyjwwhite commented 11 years ago

Consider making this a bit easier to implement... currently Gedmo's Sortable repository must be defined on a model, and the position field must also be added.

Perhaps include an 'order' integer field on the base model and also include a static 'sortable' boolean on there which will enable drag and drop in the admin interface.