[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: small bug?
On Wednesday 08 May 2002 09:28 am, Giaretta Gerardo wrote:
> Hi!
> I finally started testing NorthStar: well, I had only few examples, but
> it seems really great to me!!
> Only a small problem: in "Viewing Owner Templates" I clik on "Default
> Owner Template" and then View "Street Address".
> Till now everything is ok: in the frame below I can see the information
> about this field. The Assigned Regex is "Alphanumeric": if I click this,
> it compares the main page in the frame below (so, this frame is splitted
> in three parts...)!!
> Any hint?
Yeah.. there's a bug in the html that's causing it to call a function that's
not registered. I've fixed it in CVS and attached the patch against v1.6 to
this message. To apply the patch do this:
cd /usr/NorthStar (or save wherever you chose to install NorthStar)
patch -p0 < /path/to/NS1_6_shregex.patch
> Thanks
> Gerardo
>
>
--
+---------------------------------+----------------------------+
| Hitesh Patel | Lead Developer |
| hitesh@presys.com | NorthStar |
+---------------------------------+----------------------------+
| NorthStar: http://www.brownkid.net/NorthStar/ |
| PGP Key: http://www.brownkid.net/pgpkey.asc |
+--------------------------------------------------------------+
--- html/field_view.html Sun Jan 27 08:08:57 2002
+++ NorthStar-devel/html/field_view.html Wed May 8 09:55:27 2002
@@ -32,7 +32,7 @@
</tr>
<tr>
<td bgcolor=yellow><b>Assigned Regex:</b></td>
- <td><a href="<!--script-->?r=viewregex&id=<!--regex-->"><!--regexname--></a></td>
+ <td><a href="<!--script-->?r=shregex&id=<!--regex-->"><!--regexname--></a></td>
</tr>
<tr>
<td bgcolor=yellow><b>Update Mode:</b></td>
- References:
- small bug?
- From: Giaretta Gerardo <Gerardo.Giaretta@TILAB.COM>