silverstripe / silverstripe-widgets

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

Duplicating a page won't clone widgets #132

Closed torleif closed 8 years ago

torleif commented 8 years ago

it will reference the old widgets

dhensby commented 8 years ago

I think this was fixed... let me look

dhensby commented 8 years ago

Yep - so the widgetarea is duplicated and then each widget is iterated over, duplicated and assigned to the new widget area. see https://github.com/silverstripe/silverstripe-widgets/blob/master/code/extension/WidgetPageExtension.php#L53-L69