[interchange-cvs] interchange - racke modified dist/lib/UI/usertag/table_editor.tag

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu May 30 06:20:01 2002


User:      racke
Date:      2002-05-30 10:19:57 GMT
Modified:  dist/lib/UI/usertag Tag: STABLE_4_8-branch table_editor.tag
Log:
avoid failure of mv_form_profile checking on wizard pages
this is due to Jon's changes to check_order logic with &calc etc.

Revision  Changes    Path
No                   revision



No                   revision



2.10.2.5  +1 -1      interchange/dist/lib/UI/usertag/Attic/table_editor.tag


rev 2.10.2.5, prev_rev 2.10.2.4
Index: table_editor.tag
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/usertag/Attic/table_editor.tag,v
retrieving revision 2.10.2.4
retrieving revision 2.10.2.5
diff -u -r2.10.2.4 -r2.10.2.5
--- table_editor.tag	20 May 2002 13:49:48 -0000	2.10.2.4
+++ table_editor.tag	30 May 2002 10:19:57 -0000	2.10.2.5
@@ -379,7 +379,7 @@
 						$error_show_var = 0 if $v =~ /\S /;
 					}
 				}
-				$prof = '&calc delete $Values->{step_' . $name . "}\n" . $prof;
+				$prof = '&calc delete $Values->{step_' . $name . "}; return 1\n" . $prof;
 				$opt->{ui_profile_success} = "&set=step_$name 1";
 			}
 		}