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
We expected each project to be owned by a single organisation when we added both objects, however in reality it's possible for two or more orgs to collaborate on a project.
We can model this by converting the existing ForeignKey to a ManyToManyField.
We will also need to remove orgs from the main URL structure. This should be trivial to manage by setting up the apppriate redirect instances on all projects. (done in #3312)
We also need to handle various staff area controls switching to a multiple item selection UI.
The text was updated successfully, but these errors were encountered:
We expected each project to be owned by a single organisation when we added both objects, however in reality it's possible for two or more orgs to collaborate on a project.
We can model this by converting the existing ForeignKey to a ManyToManyField.
We will also need to remove orgs from the main URL structure. This should be trivial to manage by setting up the apppriate redirect instances on all projects.(done in #3312)We also need to handle various staff area controls switching to a multiple item selection UI.
The text was updated successfully, but these errors were encountered: