isobar-nz / silverstripe-catalogmanager

Catalog administration via a LeftAndMain like interface. Lets you create and edit pages outside of the site tree
36 stars 26 forks source link

Fix auto live sort #58

Closed hchokshi closed 6 years ago

hchokshi commented 6 years ago

undefinedoffset/sortablegridfield was replaced with GridFieldOrderableRows from symbiote/gridfieldextensions. This exposes an extension point rather than calling an event on the ModelAdmin. This PR modifies the package to replacing the old event code with an extension for automatic live sorting.