Skip to content

Commit

Permalink
Adds default requirements property to workflow steps. re #4821
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Jun 14, 2019
1 parent f0dec9b commit 7ed9c18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arches/app/media/js/viewmodels/workflow-step.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ define([
return config.workflow.activeStep() === this;
}, this);

this.requirements = {};

this.value = function(){
return {};
};
Expand Down

0 comments on commit 7ed9c18

Please sign in to comment.