Friday, June 11, 2021
1 change · master
Resolved issues and error corrections
Users can now reload event registration and track proposal confirmation pages without seeing a "Method not Allowed" error. The change redirects users to a page that can be safely reopened, improving the website event experience after form submissions.
Original PR description
PURPOSE
Currently, we found two same issue while
user reload the page and it return
"Method not Allowed".
issues :-
1) if user submitting the track proposal
and reload it again.
2) in event_track after event register
and reload the page, it gave the same
error message "Method not Allowed".
SPECIFICATION
in this commit we are fix this problem by
redirect the user on different URL with
necessary data and in other controller
fetch that data so if user reload the page
than it always render the page instead of
giving error "Method not Allowed".
Task Id: 2500573
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr