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.
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.