[interchange-cvs] interchange - heins modified 2 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sat Aug 17 03:47:02 2002


User:      heins
Date:      2002-08-17 07:46:09 GMT
Modified:  dist/lib/UI/pages/admin flex_group.html flex_select.html
Log:
* Fix problem where searching for a blank group would not work.

* Fix situation where a group would not be built for variable/access
  because of NoSearch.

Revision  Changes    Path
2.2       +3 -0      interchange/dist/lib/UI/pages/admin/flex_group.html


rev 2.2, prev_rev 2.1
Index: flex_group.html
=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: /var/cvs/interchange/dist/lib/UI/pages/admin/flex_group.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- flex_group.html	14 Oct 2001 00:22:19 -0000	2.1
+++ flex_group.html	17 Aug 2002 07:46:06 -0000	2.2
@@ -11,6 +11,9 @@
 	return join "\n", @out;
 [/calc]
 [/if] -->
+[if-mm super]
+	[calc] $Config->{NoSearch} =3D~ s/\b$CGI->{mv_data_table}\|?//; return; [=
/calc]
+[/if-mm]
 [if !cgi mv_data_table]
 [bounce page=3D"__UI_BASE__/gentable"]
 [/if]



2.11      +6 -1      interchange/dist/lib/UI/pages/admin/flex_select.html


rev 2.11, prev_rev 2.10
Index: flex_select.html
=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: /var/cvs/interchange/dist/lib/UI/pages/admin/flex_select.html,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -r2.10 -r2.11
--- flex_select.html	10 Aug 2002 02:38:43 -0000	2.10
+++ flex_select.html	17 Aug 2002 07:46:06 -0000	2.11
@@ -276,7 +276,12 @@
 			else {
 				$CGI->{ui_text_qualification} .=3D "bs=3D0\nsu=3D0\n";
 			}
-			$CGI->{ui_text_qualification} .=3D "se=3D$s\nsf=3D$f\nop=3D$op\n";
+			if(length($s) > 1) {
+				$CGI->{ui_text_qualification} .=3D "se=3D$s\nsf=3D$f\nop=3D$op\n";
+			}
+			else {
+				$CGI->{ui_text_qualification} .=3D "se=3D.\nsf=3D$f\nop=3Drn\n";
+			}
 			if($op =3D~ /[<>]/ and $s =3D~ /^[\d.]+$/) {
 				$CGI->{ui_text_qualification} .=3D "nu=3D1\n";
 			}