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

Commit

Permalink
fix(model): making work item type relationship optional for space model
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbornsen authored and joshuawilson committed Apr 4, 2018
1 parent 8cad02a commit ac44fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/models/space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export class SpaceRelationships {
areas: SpaceRelatedLink;
iterations: SpaceRelatedLink;
workitemtypegroups: SpaceRelatedLink;
workitemtypes?: SpaceRelatedLink;
// this change breaks in fabric8-ui, fix it there to include this.
//collaborators: SpaceRelatedLink;
'owned-by': {
Expand Down

0 comments on commit ac44fce

Please sign in to comment.