Full Changelog: v1.1.0...v1.1.1
🐛 Bug Fixes
- Fix config-related issues picked up in handbook tutorial. PR 413 (by @jsheunis):
- removes unused
config/config.yml
file - makes the metadata source rules in the default config file (
config/config.json
) more permissive by removing custom sources such asmetalad_studyminimeta
from the rules; ssentially, all fields are "first come first served" or "merge any". - fix the bug where
WebCatalog.get_config()
fetched the incorrect file (default package config instead of the catalog's actual config); the method now fetches the config file of the catalog. - Ensure that the JS-loaded config (from catalog or from dataset) has the minimum required fields as defined by the default in JS, which prevents related browser-based errors
- not a bug fix but part of the same PR: remove double yielding of
add
commands when creating a catalog and adding metadata at the same time.
- removes unused
- Define default social links in javascript default config instead of making them null. PR 414 (by @jsheunis):
Authors: 1
- Stephan Heunis (@jsheunis)