datopian / ckanext-versioning

Deprecated. See https://github.com/datopian/ckanext-versions. ⏰ CKAN extension providing data versioning (metadata and files) based on git and github.
https://tech.datopian.com/versioning/
GNU Affero General Public License v3.0
7 stars 4 forks source link

Fix tag name casting issue causing errors when editing tag info #41

Closed shevron closed 4 years ago

shevron commented 4 years ago

JSON-encode the tag name and other variables passed into the versioning JS module

This resolves #31