[EP-tech] Strange button behaviour
Yuri via Eprints-tech <[email protected]>
| Newsgroups | gmane.comp.web.eprints.devel |
|---|---|
| Message-ID | <EMEW3|81602cbbe3144497335ad56296fe59e4v5Q93E14eprints-tech-bounces|ecs.soton.ac.uk|[email protected]> |
Hi! I've 2 almost identical Eprints installation, one for production and one for testing. I'm very conservative in changing something in production, more free in testing. Yesterday I've found that the Search Items button (Admin panel -> Editorial tools) redirect to the same page. In testing it works and the html form is correct: <form method="get" accept-charset="utf-8" action="/cgi/users/home"> <input name="screen" id="screen" value="Staff::EPrintSearch" type="hidden"> <input value="Search items" class="ep_form_action_button" type="submit"> </form> while in production I've: <form method="get" accept-charset="utf-8" action="/cgi/users/home"> <input name="screen" id="screen" value="Admin" type="hidden"> <input class="ep_form_action_button" value="Search items" type="submit"> </form> As you can see, the production have "Admin" (the name of the main plugin) as hidden value instead of Staff::EPrintSearch. Where can I check this wrong behaviour? I've found the various plugin code, for example Admin prints "actions" in button but I still have to find how the "Admin" came out instead of "Staff::EPrintSearch". Latest modification has been only on javascript and abstract rendering, seems unrelated to this problem. Thanks for any hint/help. *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech *** Archive: http://www.eprints.org/tech.php/ *** EPrints community wiki: http://wiki.eprints.org/ *** EPrints developers Forum: http://forum.eprints.org/