Optional radio fields
This commit is contained in:
@@ -16,6 +16,7 @@ class TaskOrderError(Exception):
|
||||
class TaskOrders(object):
|
||||
SECTIONS = {
|
||||
"app_info": [
|
||||
"portfolio_name",
|
||||
"scope",
|
||||
"defense_component",
|
||||
"app_migration",
|
||||
|
@@ -51,6 +51,7 @@ class AppInfoForm(CacheableForm):
|
||||
translate("forms.task_order.native_apps.label"),
|
||||
description=translate("forms.task_order.native_apps.description"),
|
||||
choices=[("yes", "Yes"), ("no", "No"), ("not_sure", "Not Sure")],
|
||||
default="",
|
||||
validators=[Optional()],
|
||||
)
|
||||
complexity = SelectMultipleField(
|
||||
|
Reference in New Issue
Block a user