ckan / ckanext-harvest

Remote harvesting extension for CKAN
130 stars 203 forks source link

fix: Convert boolean options to bools #544

Open bellisk opened 6 months ago

bellisk commented 6 months ago

If a logic function is called via the API, all values in the data_dict will be strings, so we need to convert e.g. 'False' to a boolean or it will be treated as True.