summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2019-06-17 13:10:01 -0400
committerSawyer Bergeron <sbergeron@iol.unh.edu>2019-06-17 13:10:01 -0400
commit2c7b239fc5877e2674f8c952fd1b522b4d06bcbe (patch)
treee57807ca048e94161c456e06794f25e7e8227416 /dashboard/src/templates
parent02e6d84590dac42d3157f563faa248acdb6503df (diff)
Enforce step validity when going forward
Change-Id: Ic598a5e2637b88f6d044bd93c5b597582f0c1081 Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Diffstat (limited to 'dashboard/src/templates')
-rw-r--r--dashboard/src/templates/workflow/viewport-base.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/dashboard/src/templates/workflow/viewport-base.html b/dashboard/src/templates/workflow/viewport-base.html
index beea7d2..4608ef9 100644
--- a/dashboard/src/templates/workflow/viewport-base.html
+++ b/dashboard/src/templates/workflow/viewport-base.html
@@ -187,8 +187,7 @@
{
if( errors_exist(data) )
{
- var continueanyway = confirm("The current step has errors that will prevent it from saving. Continue anyway?");
- if( !continueanyway )
+ if( to != "prev" )
{
return;
}