https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36273
--- Comment #1 from Pedro Amorim <pedro.amo...@ptfs-europe.com> --- Created attachment 176794 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176794&action=edit Bug 36273: OPAC: WIP This is working, currently built on top of bug 36197 as that was the development that brought this issue to light. Refreshing the following URL with unauthenticatedOPACILLRequest enabled would always create a new ILL request. http://localhost:8080/cgi-bin/koha/opac-illrequests.pl?method=create&stage=form&backend=Standard&type=article&branchcode=CPL&unauthenticated_first_name=Pedro%20Jorge&unauthenticated_last_name=Andrade%20Amorim&unauthenticated_email=pedro.amo...@ptfs-europe.com This patch gets rid of using the get_op_param_deprecation method in the OPAC controller. This creates the needed distinction between 'create' op (show the form) and 'cud-create' op (handle POST form submission) More testing is required. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/