fix requests form to proceed to review step
This commit is contained in:
parent
e26109178d
commit
8818aff84d
@ -54,7 +54,7 @@ class RequestNew(BaseHandler):
|
|||||||
if response.ok:
|
if response.ok:
|
||||||
valid = yield jedi_flow.validate_warnings()
|
valid = yield jedi_flow.validate_warnings()
|
||||||
if valid:
|
if valid:
|
||||||
if jedi_flow.next_screen >= len(jedi_flow.screens):
|
if jedi_flow.next_screen > len(jedi_flow.screens):
|
||||||
where = "/requests"
|
where = "/requests"
|
||||||
else:
|
else:
|
||||||
where = self.application.default_router.reverse_url(
|
where = self.application.default_router.reverse_url(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user