[interchange-cvs] interchange - heins modified code/UI_Tag/table_editor.coretag

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sun Jul 14 23:28:00 2002


User:      heins
Date:      2002-07-15 03:27:13 GMT
Modified:  code/UI_Tag table_editor.coretag
Log:
* Add true return to assembled-profiles code to allow wizard mode
  to work, makes compatible with &calc requiring true return for
  profile success.

Revision  Changes    Path
1.10      +4 -1      interchange/code/UI_Tag/table_editor.coretag


rev 1.10, prev_rev 1.9
Index: table_editor.coretag
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /anon_cvs/repository/interchange/code/UI_Tag/table_editor.coretag=
,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- table_editor.coretag	30 Jun 2002 03:40:02 -0000	1.9
+++ table_editor.coretag	15 Jul 2002 03:27:13 -0000	1.10
@@ -427,7 +427,10 @@
 						$error_show_var =3D 0 if $v =3D~ /\S /;
 					}
 				}
-				$prof =3D '&calc delete $Values->{step_' . $name . "}\n" . $prof;
+				$prof =3D '&calc delete $Values->{step_'
+					  . $name
+					  . "}; return 1\n"
+					  . $prof;
 				$opt->{ui_profile_success} =3D "&set=3Dstep_$name 1";
 			}
 		}