frankmullenger / silverstripe-gallery

Image gallery for SilverStripe 3
23 stars 17 forks source link

Changes for SS3.1 RC2 compatabilty #5

Closed thezenmonkey closed 11 years ago

thezenmonkey commented 11 years ago

These changes are required to make the module compatable with ss3.1 RC2. managesRelations() can't be found on GalleryUploadField so I just copied it from UploadField. Maybe there's a better way to call it. The field templates also contain a new hidden input for managing relations on unsaved DataObjects, as well as a differnt loop.

frankmullenger commented 11 years ago

Thanks very much, starting to wonder if this module perhaps needs separate branches for 3.0/3.1.

thezenmonkey commented 11 years ago

I was thinking the same thing. I think the hooks for the unsaved object relation may start causing problems

On 2013-08-15, at 4:37 PM, Frank Mullenger notifications@github.com wrote:

Thanks very much, starting to wonder if this module perhaps needs separate branches for 3.0/3.1.

— Reply to this email directly or view it on GitHub.