Skip to content
Snippets Groups Projects
Commit 5876e01c authored by Samuel Degueldre's avatar Samuel Degueldre Committed by qsm-odoo
Browse files

[FIX] website, *: fix tabs breaking when increasing number of columns


* web_editor

Previously, increasing the number of columns on the tabs snippet would
cause the newly created tabs to toggle the original tabs instead of its
own, this was caused by an oversight where the columns were clone
directly using jQuery, and the snippets' the onClone method was not
called on the newly created columns (here, tabs). This commit move the
responsibility to clone onto the SnippetsMenu so that it can create the
appropriate snippetEditor if needed and call its onClone method.

task-2070643

closes odoo/odoo#41125

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent cb5f4109
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment