fix: copy organization dependency to exchange target
This commit is contained in:
@@ -497,7 +497,7 @@ class ExchangeConnectionService:
|
||||
if not cls._requires_registry_organizations(models_to_copy):
|
||||
return models_to_copy
|
||||
|
||||
organization_model = django_apps.get_model("registers.Organization")
|
||||
organization_model = django_apps.get_model("organizations.Organization")
|
||||
ordered_models = [organization_model, *models_to_copy]
|
||||
|
||||
unique_models = []
|
||||
|
||||
Reference in New Issue
Block a user