[ckan-changes] [ckan/ckan] 79c0df: Handle special characters in column names to fix r...
GitHub
noreply at github.com
Wed Jul 22 09:44:36 UTC 2015
Branch: refs/heads/release-v2.3.1
Home: https://github.com/ckan/ckan
Commit: 79c0dff5d693133acb80fc3570eddadab73f96c7
https://github.com/ckan/ckan/commit/79c0dff5d693133acb80fc3570eddadab73f96c7
Author: Alex Sadleir <alex.sadleir at linkdigital.com.au>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M ckanext/reclineview/theme/public/vendor/recline/recline.js
Log Message:
-----------
Handle special characters in column names to fix recline view
Some special characters/unicode characters are causing recline view
sanitization for HTML to fail with a JS error:
```
"bootstrap.js:3 Uncaught Error: Syntax error, unrecognized expression:"
```
Fixes #2490 by catching JS exceptions
More information about the ckan-changes
mailing list