Actions
Bug #2242
closedRuby 1.9: multiple base errors are shown with array syntax
Description
Under Ruby 1.9, when multiple base errors are logged (e.g. when saving a smart proxy and it's unable to query it, bad URL etc) the UI shows:
Unable to save
["
Unable to communicate with the proxy: Connection reset by peer
", "
Please check the proxy is configured and running on the host before saving.
"]
Note the array syntax around the strings.
Updated by Dominic Cleal over 11 years ago
- Status changed from Assigned to Ready For Testing
Updated by Dominic Cleal over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 54234fb1b06f8df8c32f98defa9999c31b4d991a.
Actions