Add workflow completion percent based on workflow state

This commit is contained in:
Roberto Rosario
2015-06-16 03:47:41 -04:00
parent c5ca22f6d2
commit 48c428d5cf
4 changed files with 26 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ class WorkflowForm(forms.ModelForm):
class WorkflowStateForm(forms.ModelForm):
class Meta:
fields = ('initial', 'label')
fields = ('initial', 'label', 'completion')
model = WorkflowState