From 6abba76f68c732d1072041d9ad76cf95936b31ae Mon Sep 17 00:00:00 2001 From: Joshua Wilson Date: Wed, 26 Apr 2017 12:48:51 -0400 Subject: [PATCH] fix(collaborator): remove collaborators: SpaceRelatedLink The addition of collaborators: SpaceRelatedLink breaks fabric8-ui and a change there needs to happen at the same time. --- src/app/models/space.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/models/space.ts b/src/app/models/space.ts index d8920f9..464e991 100644 --- a/src/app/models/space.ts +++ b/src/app/models/space.ts @@ -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;