Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

add.html modify.html / find bug reports

Quote Reply
add.html modify.html / find bug reports
Hi,

I'd be really surprised if this hasn't been reported already, but various searches through this forum didn't reveal the following info:

Out of the box you need to change the following in the template add.html and add_error.html:

Change:
<input type="SUBMIT" value="Add Resource">
to:
<input type="SUBMIT" name="add" value="Add Resource">

Do the same to the 2 modify templates, except and name="modify".

Out of the box these abscence of the name value was causing the respective .cgi files to fork incorrectly. For the user, clicking Submit had appeared to reset the form.

Just incase I've missed something, is there any central location where bug reports and fixes are stored, or do you just have to search through the forums. Our site's going live in a week and I want to make sure I've applied all necessary patches. Thanks!

-Brian
Quote Reply
Re: add.html modify.html / find bug reports In reply to
Your forgot to read the ReadMe file Smile
Look at
- Add and Modify Templates:
in the readme.
Quote Reply
Re: add.html modify.html / find bug reports In reply to
doh! The Readme...I never woulda looked there....

thanks