Skip to content
Snippets Groups Projects
Commit f5290290 authored by sandeepsajan0's avatar sandeepsajan0
Browse files

Add 1 as max num restriction for external review forms in panel

parent 983fd62c
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ class WorkflowStreamForm(WorkflowHelpers, AbstractStreamForm): # type: ignore
FieldPanel('workflow_name'),
InlinePanel('forms', label=_('Forms')),
InlinePanel('review_forms', label=_('Internal Review Forms')),
InlinePanel('external_review_forms', label=_('External Review Forms')),
InlinePanel('external_review_forms', label=_('External Review Forms'), max_num=1),
InlinePanel('determination_forms', label=_('Determination Forms'))
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment