-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Transit improvement boolean question is not posting correctly.
models.py
# Page 3:
satisfied = models.IntegerField(choices=SATISFIED, null=True)
transit_improvement_service = models.IntegerField(choices=BOOL_CHOICES, null=True)
transit_improvement_schedule = models.IntegerField(choices=BOOL_CHOICES, null=True)
transit_improvement_transfers = models.IntegerField(choices=BOOL_CHOICES, null=True)
transit_improvement_safety = models.IntegerField(choices=BOOL_CHOICES, null=True)
Proposed fix
Use map options to integer and implement dropdown in the same way as other questions.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working