From 1e8341807eade161aeb64416f2a871e2d2dc5a11 Mon Sep 17 00:00:00 2001 From: Ed Chipman Date: Fri, 21 Dec 2012 09:52:21 -0400 Subject: [PATCH] Added notice about SS 3.1 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1686398..60c4303 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SortableGridField Adds drag and drop functionality to SilverStripe 3.0's GridField ## Requirements -* SilverStripe 3.0 +* SilverStripe 3.0.x ## Installation * Download the module from here https://github.com/UndefinedOffset/SortableGridField/downloads @@ -42,6 +42,8 @@ SortableGridField is not the same as SortableDataObject, since it is only a comp UPDATE YourTable SET SortOrder=SortOrder+1; ``` +## SilverStripe 3.1 Notice +SortableGridField is not compatable or atleast not guarenteed to work on 3.1, I've been getting reports that there are issues at this time. ## @TODO * Optimize re-ordering of a has_many relationship when sorting on a single page