[ckan-changes] [ckan/ckan] 7d218b: Handle special characters in column names to fix r...
GitHub
noreply at github.com
Wed Jul 22 10:05:04 UTC 2015
Branch: refs/heads/release-v2.4.0
Home: https://github.com/ckan/ckan
Commit: 7d218b4013e62f22591b571eaa85c433ad1efd47
https://github.com/ckan/ckan/commit/7d218b4013e62f22591b571eaa85c433ad1efd47
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