Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: Fixed issue where Widget::CMSEditor() can't rename the enabled checkbox #85

Merged
merged 1 commit into from
Apr 2, 2015
Merged

Conversation

UndefinedOffset
Copy link
Contributor

When saving a widget the Enabled checkbox is present in the form but it does not get renamed by Widget::CMSEditor() since it is nested in a tabset. This causes the enabled checkbox be hidden after saving the widget for the first time. Oddly this also unchecks the checkbox, so the next time the holder page/object its saved the widget becomes disabled and no longer shows on the front end.

@wilr
Copy link
Member

wilr commented Apr 2, 2015

Test failure looks unrelated (but should still be looked into). Thanks Ed.

wilr added a commit that referenced this pull request Apr 2, 2015
BUGFIX: Fixed issue where Widget::CMSEditor() can't rename the enabled checkbox
@wilr wilr merged commit 557a721 into silverstripe:1.0 Apr 2, 2015
@UndefinedOffset
Copy link
Contributor Author

I'll see if I can do up a pull request for that too seems pretty simple looks like a couple of deprecation warnings for some legacy calls to DataObject::get*

@tractorcow
Copy link
Contributor

This was actually fixed in master (now 1.1 branch) fyi :D It's still good to fix it here too though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants