Skip to content

Commit

Permalink
recursive relation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MandyxGill committed Nov 17, 2017
1 parent b8785d3 commit c74dc7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/models/process-definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


{
"name": "ProcessDefinition",
"base": "WorkflowBaseEntity",
Expand Down Expand Up @@ -39,7 +38,7 @@
},
"workflowDefinition": {
"type": "belongsTo",
"model": "ProcessDefinition",
"model": "WorkflowDefinition",
"foreignKey" : "workflowDefinitionId"
},
"processInstances" : {
Expand Down

0 comments on commit c74dc7b

Please sign in to comment.