SS3 Compatibility
Closed this issue · 3 comments
icecaster commented
SilverStripe 3 is out.
Would be great to fix the deprecation notices in it.
Thanks
madmatt commented
Change line 194 of itemsetfield/code/ItemSetField.php, to:
function FieldSetHolder($properties = array()) {
briceburg commented
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
ajshort commented
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/