Re: [EP-tech] Strange button behaviour
Yuri via Eprints-tech <[email protected]>
| Newsgroups | gmane.comp.web.eprints.devel |
|---|---|
| Message-ID | <EMEW3|2a143a605972cd3a523427085bd12b8ev68DMQ14eprints-tech-bounces|ecs.soton.ac.uk|[email protected]> |
Any idea? It happens also for buttons like "Move to review" in cgi/users/home?screen=EPrint::View&eprintid=XXX. I have <form method="post" accept-charset="utf-8" action="/cgi/users/home" enctype="multipart/form-data"> <input name="screen" id="screen" value="EPrint::View" type="hidden"> <- here it should point to the EPrint::Move, not EPrint::View! <input name="eprintid" id="eprintid" value="72" type="hidden"> <input class="ep_form_action_button" value="Move to Review" name="_action_move_buffer" type="submit"> </form> Luckly, the buttons under Actions are correct: <form method="post" accept-charset="utf-8" action="/cgi/users/home" enctype="multipart/form-data"> <input name="screen" id="screen" value="EPrint::Move" type="hidden"> <- EPrint::Move, correct! <input name="eprintid" id="eprintid" value="72" type="hidden"> <input class="ep_form_action_button" name="_action_move_buffer" value="Move to Review" type="submit"> </form> Il 27/06/19 10:02, Yuri via Eprints-tech ha scritto: > 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: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C4f62d274e9314300517c08d7046803e9%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=x%2Fq%2Bv5vMLijIf9vTsHVFTEnH1O5r3Xhz6iLFOu2oYsU%3D&reserved=0 > *** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C4f62d274e9314300517c08d7046803e9%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=wLIksI6tHwDVQnuw8c6SghetxCc3dTOU3Qkv2hn1S54%3D&reserved=0 > *** EPrints developers Forum: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fforum.eprints.org%2F&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C4f62d274e9314300517c08d7046803e9%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=KCt3IuZPpZ0Y1VqOAdSwWk6CqwdTx4oxp7s5Fu6G84c%3D&reserved=0 *** 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/