You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Cordaid IATI XML import we need the internal organisation IDs they use to be able to reference all the new partners they include in the import. This is because not all those organisations have an IATI ID yet, which would be the preferred method of referring to them.
This will probably be useful in other contexts too, where our partners need to be able to refer to organisations using their own IDs
The text was updated successfully, but these errors were encountered:
Add the model InternalOrganisationID so organisations can refer to
partners using their own internal IDs
Add Organisation.internal_org_ids field using InternalOrganisationID
Add schema migration for the above
Add InternalOrganisationIDInline and include it in
OrganisationAdmin.inlines
Edit organisation/change_form.html to include the
InternalOrganisationIDInline at the end of the form
For the Cordaid IATI XML import we need the internal organisation IDs they use to be able to reference all the new partners they include in the import. This is because not all those organisations have an IATI ID yet, which would be the preferred method of referring to them.
This will probably be useful in other contexts too, where our partners need to be able to refer to organisations using their own IDs
The text was updated successfully, but these errors were encountered: