iati-data-access / data-backend

GNU Affero General Public License v3.0
1 stars 0 forks source link

Fix receiver organisations #17

Closed markbrough closed 11 months ago

markbrough commented 11 months ago

Receiver organisations are currently displaying in both the provider and receiver organisation columns. This PR ensures that they are displayed correctly. Only the change in the models/iatiline.json is actually required.

However, I also corrected a typo in iatidatacube/import_data.py, because it is confusing (though only the dict values are actually used, so it doesn't actually make a difference).

Fixes #18