Skip to content
Snippets Groups Projects
Commit 101d83d4 authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] website: properly flag website test tours as test tours

Commit [1] and [2] introduced test tours but did not mark them as test
tours properly, thus showing them to users (who are in debug=tests mode)
by mistake.

Note that [2] was silently fixed in the 16.0 forward-ported version...
that is why nothing shows up in this diff starting from 16.0.

[1]: https://github.com/odoo/odoo/commit/7655bface7f9e9bae8579e14e9a87b4f4801cc33
[2]: https://github.com/odoo/odoo/commit/a0c33c5f896718d1c03a6a50c981d6d75ce0d169



closes odoo/odoo#106689

X-original-commit: 11d023f0
Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent a63f616c
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ function clickAndCheck(blockID, expected) {
window.focusBlurSnippetsResult = [];
tour.register('focus_blur_snippets', {
test: true,
url: '/?enable_editor=1',
}, [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment