UndefinedOffset / SortableGridField

Adds drag and drop functionality to Silverstripe's GridField
BSD 3-Clause "New" or "Revised" License
93 stars 62 forks source link

Ensure compatibility with SS 3.7 & PHP 7.2 #123

Closed axllent closed 6 years ago

axllent commented 6 years ago

This fixes the SS 3.7+ & PHP 7.2 compatibility, effectively renaming calls to Object:: to SS_Object:: and aliasing SS_Object to Object for backwards compatibility (older versions of SilverStripe) as described here.

UndefinedOffset commented 6 years ago

thanks :)