silverstripe / silverstripe-widgets

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

HtmlEditorField fails to set the correct config upon creation #129

Closed torleif closed 8 years ago

torleif commented 8 years ago

If you create a new widget with an HTMLEditorField, it appears like this:

image

This is because the HtmlEditorConfig::set_active() is the default, plus the plugins have not been initialized. It should appear like this:

image

tractorcow commented 8 years ago

Fixed with https://github.com/silverstripe/silverstripe-widgets/pull/130