ajshort/silverstripe-itemsetfield

SS3 Compatibility

Closed this issue · 3 comments

SilverStripe 3 is out.
Would be great to fix the deprecation notices in it.

Thanks

Change line 194 of itemsetfield/code/ItemSetField.php, to:
function FieldSetHolder($properties = array()) {

I needed ItemSetField to work in SS3 as well -- particularly for has_one relationship management. Went ahead and built upon Andrew Short's gridfieldextensions in a new module release. See: https://github.com/briceburg/silverstripe-pickerfield

Yep, I don't currently have any plans to update this module to SS3, as most of the functionality can now be covered by https://github.com/ajshort/silverstripe-gridfieldextensions/