We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This bug (http://open.silverstripe.org/ticket/6288) has not been addressed yet.
The text was updated successfully, but these errors were encountered:
Added workaround for silverstripe/silverstripe-widgets#25
fddabed
I managed to come up with a workaround for this in my module... it's ugly but it seems to work ok https://github.com/UndefinedOffset/silverstripe-advancedwidgeteditor/blob/fddabed6a1391a4ce5cecb96844d0981167793cf/code/extensions/AdvancedWidgetEditorInterface.php#L49-L59
Sorry, something went wrong.
I stand corrected, turns out it's not working other than for the UI this method is causing the change not to be written to the database https://github.com/silverstripe/silverstripe-widgets/blob/master/code/model/Widget.php#L229. I've made a commit in a fork that seems to be a viable solution to the problem https://github.com/webbuilders-group/silverstripe-widgets/commit/025604971ceec27dd6cccc4dcd73c2c1fbc360b8
Merge pull request #73 from webbuilders-group/master
8ee4066
Proposed fix for issue #25
No branches or pull requests
This bug (http://open.silverstripe.org/ticket/6288) has not been addressed yet.
The text was updated successfully, but these errors were encountered: