-
- Downloads
[FIX] website_event: avoid double subscription
Before this commit, you was able to double click on the button when are in registration flow. In this case, you subscribe 2 times and so take 2x more seats, what can be annoying when you have a limited room. In the same time, we fix the form in the form that generate strange behaviour like some events not bubbled correctly. The attendee form (into the modal) was inside the registration form. $'attendee_form).on('submit') obviously failed due to this bad dom. This commit closes opw-778191
Showing
- addons/website/static/src/js/website.js 1 addition, 1 deletionaddons/website/static/src/js/website.js
- addons/website_event/static/src/js/website_event.js 3 additions, 1 deletionaddons/website_event/static/src/js/website_event.js
- addons/website_event/views/website_event.xml 2 additions, 2 deletionsaddons/website_event/views/website_event.xml
- addons/website_event_questions/views/website_event_questions_templates.xml 1 addition, 1 deletion...ent_questions/views/website_event_questions_templates.xml
Please register or sign in to comment