Bug fix for admin pages

Administrator, 04/24/2009 13:12:20

(Modified May 7th 2009)

On admin pages (v. 0.9.0), after add or update action, the edited values appear on the search form, though they should not.

You can fix this yourself:

Open the file gen/adminpage_monster.inc

Find this line:

<form name="MyForm" action="[$formTargetpage]" method="POST">

After that line, add the following:

<input type="hidden" name="searchType" value="post">

Find another instance of a similar form, add a line again.

Save and close.