Open Bjwebb opened 10 years ago
Still an issue: http://dashboard.iatistandard.org/codelists.html
@Bjwebb it's easy to make this fix in the Dashboard but we need to synchronise the change with a matching change in Stats.
Perhaps it might be useful for us to create a submodule, or come up with some other way to decouple them. Could we remove the codelist transformation in Stats (just use the bare paths as keys) and then just have the transformations in one place (Dashboard)?
.//
is used when./
should be.This is due to a typo here https://github.com/IATI/IATI-Dashboard/blob/ceef89f775f9b5741f275814bd6a62aad044915a/data.py#L91 (
//iati-activity/blah
becomes.//blah
instead of./blah
)