ckan / ckanext-showcase

A ckan extension to showcase datasets in use
GNU Affero General Public License v3.0
42 stars 77 forks source link

fix: bug regarding visibility on the showcase detail page #149

Closed sabinem closed 1 year ago

sabinem commented 1 year ago

the pkg.private field is set to be a string of either "True" or "False". So for private datasets pkg.private must be compared to "True"

This fixes: https://github.com/ckan/ckanext-showcase/issues/150