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

[FIX] web_tour: make sure tips are consumed before redirections

If a tour step action induces a direct redirection the _consume_tip
method was called while the redirection was being done. Now,
_consume_tip is always called before any redirection really begins.

Note: as the run method also has to detect redirections and do actions
according to if there is one or not, a function has been created to
implement the redirection detection.
parent 800852b1
No related branches found
No related tags found
Loading
Loading
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