silverstripe / silverstripe-widgets

Widgets subsystem for Silverstripe CMS
http://silverstripe.org
BSD 3-Clause "New" or "Revised" License
38 stars 55 forks source link

ENHANCEMENT Apply Versioned extension to Widget model (v4 only) #148

Closed tractorcow closed 6 years ago

tractorcow commented 7 years ago

With the new ownership model in place, it should be simple to apply versioned and and ownership relationship between pages and widgets.

https://docs.silverstripe.org/en/4/developer_guides/model/versioning/#dataobject-ownership

Replaces https://github.com/silverstripe/silverstripe-cms/issues/322

robbieaverill commented 6 years ago

@tractorcow do you think this is worth doing before 2.0.0 stable for widgets on SS4?

tractorcow commented 6 years ago

Yes it should probably be out of the box 4.0 onwards.

robbieaverill commented 6 years ago

Pull request at #163, will need to have #162 merged first and possibly rebased done