I've found a slight issue with the "Values" DataEditorSetting (umbraco.editorControls.SettingControls.Values) erroring when adding non-alphanumeric characters to items e.g. parentheses.
I've fixed the issue by making two small modifications to the JS file, and was wondering if it was worth submitting this as a bug fix, and, if so, how do I go about it?
How do I submit a bug fix?
I've found a slight issue with the "Values" DataEditorSetting (umbraco.editorControls.SettingControls.Values) erroring when adding non-alphanumeric characters to items e.g. parentheses.
I've fixed the issue by making two small modifications to the JS file, and was wondering if it was worth submitting this as a bug fix, and, if so, how do I go about it?
Check out the 'contribute' section: http://our.umbraco.org/contribute
You can either report it as a bug, or you could submit a pull request :)
http://our.umbraco.org/wiki/how-tos/preparing-a-pull-request
Cheers,
Drew
Cheers Drew - I'll try reporting the bug first, along with the fix I've found!
Added it as a bug - http://issues.umbraco.org/issue/U4-742
is working on a reply...