Skip to content

Remove existing collections/:id/teams implementation

Alf Eaton requested to merge remove-collection-teams into master

While looking into https://gitlab.coko.foundation/pubsweet/pubsweet-client/issues/9 I found that the existing "load all teams associated with a collection" route doesn't actually do that, it just loads all the teams (i.e. /collection/:id/teams is the same as /teams). Removing this until it can be implemented correctly.

Merge request reports