Skip to content
Snippets Groups Projects
Commit a8e2e7dd authored by qsm-odoo's avatar 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#41909

X-original-commit: 5876e01c
Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent 0d6a370f
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment