Skip to content

Commit

Permalink
check for identifier in hasNecessaryFields
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Oct 24, 2017
1 parent 60b7d04 commit 61fa368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/model/model-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export class ModelUtil {

if (!document.resource) return false;
if (!document.resource.id) return false;
if (!document.resource.identifier) return false;
if (!document.resource.relations) return false;
if (!document.created) return false;

Expand Down

0 comments on commit 61fa368

Please sign in to comment.