Remove unused fields from JEDIRequestFlow screens

This commit is contained in:
richard-dds 2018-08-13 21:34:22 -04:00
parent bc42cca71a
commit 9de9fb5c6a

View File

@ -103,33 +103,21 @@ class JEDIRequestFlow(object):
"title": "Details of Use", "title": "Details of Use",
"section": "details_of_use", "section": "details_of_use",
"form": RequestForm, "form": RequestForm,
"subitems": [
{
"title": "Overall request details",
"id": "overall-request-details",
},
{"title": "Cloud Resources", "id": "cloud-resources"},
{"title": "Support Staff", "id": "support-staff"},
],
"show": True,
}, },
{ {
"title": "Information About You", "title": "Information About You",
"section": "information_about_you", "section": "information_about_you",
"form": OrgForm, "form": OrgForm,
"show": True,
}, },
{ {
"title": "Workspace Owner", "title": "Workspace Owner",
"section": "primary_poc", "section": "primary_poc",
"form": POCForm, "form": POCForm,
"show": True,
}, },
{ {
"title": "Review & Submit", "title": "Review & Submit",
"section": "review_submit", "section": "review_submit",
"form": ReviewForm, "form": ReviewForm,
"show": True,
}, },
] ]