Skip to content

Commit e85497a

Browse files
committed
Add lead to field list so the form saves it
1 parent d9f65bc commit e85497a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def __init__(self, *args, **kwargs):
568568

569569
class Meta:
570570
model = Test
571-
fields = ['test_type', 'target_start', 'target_end', 'environment', 'percent_complete', 'tags']
571+
fields = ['test_type', 'target_start', 'target_end', 'environment', 'percent_complete', 'tags', 'lead']
572572

573573

574574
class DeleteTestForm(forms.ModelForm):

0 commit comments

Comments
 (0)