-
- Downloads
[FIX] website_event: event registration in edit mode
The event registration form is made up of a public widget that instantiates an internal normal widget. All public widget are automatically destroyed when entering in edit mode as well as the widget it created. Therefore, it's main element is removed from the DOM when the widget is destroyed. Here, we're detaching the main element from the internal widget before the widget is destroyed so that we avoid to destroy his main element from the DOM when entering in edit mode. task-2210733 closes odoo/odoo#52426 X-original-commit: d515e423 Signed-off-by:Quentin Smetz (qsm) <qsm@odoo.com>
Please register or sign in to comment