You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/08/01 18:07:02 UTC

svn commit: r1864172 - /comdev/reporter.apache.org/trunk/site/wizard/steps.json

Author: humbedooh
Date: Thu Aug  1 18:07:02 2019
New Revision: 1864172

URL: http://svn.apache.org/viewvc?rev=1864172&view=rev
Log:
review step doesn't accept input

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/steps.json

Modified: comdev/reporter.apache.org/trunk/site/wizard/steps.json
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/steps.json?rev=1864172&r1=1864171&r2=1864172&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/steps.json (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/steps.json Thu Aug  1 18:07:02 2019
@@ -45,7 +45,8 @@
         "description": "Review Report",
         "help": "That's it, we've compiled your report for you. Please review it. When it is time to file your report, you can submit it via the <a href='https://whimsy.apache.org/board/agenda/'>Whimsy Agenda Tool</a>.",
         "generator": "compile_report",
-        "helpgenerator": "check_compile"
+        "helpgenerator": "check_compile",
+        "noinput": true
     }
     ]
 }
\ No newline at end of file