Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(collaborator): remove collaborators: SpaceRelatedLink
Browse files Browse the repository at this point in the history
The addition of collaborators: SpaceRelatedLink breaks fabric8-ui and a change there needs to happen at the same time.
  • Loading branch information
joshuawilson authored Apr 26, 2017
1 parent 9190f47 commit 6abba76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/models/space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export class SpaceLink {
export class SpaceRelationships {
areas: SpaceRelatedLink;
iterations: SpaceRelatedLink;
collaborators: SpaceRelatedLink;
// this change breaks in fabric8-ui, fix it there to include this.
//collaborators: SpaceRelatedLink;
'owned-by': {
data: {
id: string;
Expand Down

0 comments on commit 6abba76

Please sign in to comment.