Pierre Pulinckx (pipu)

Results 6 issues of Pierre Pulinckx (pipu)

In this commit, jQuery usages are replaced by native usages. Some of jQUery querySelector are replaced by Hoot querySelector. task~3600484 https://github.com/odoo/enterprise/pull/57953

RD

In this commit : - Tour Compiler uses now Hoot selectors instead of jQuery selectors. - jQuery selectors from tours trigger (extra_trigger and others) have been so adapted to be...

RD

In macro.js, the advance() function calls itself at its end. The advance() function allows you to search for the trigger of a step (if the function exists) and then call...

RD

In this commit, we : - Remove redondant steps (multiple click on the same element) - Remove unuseful clicks (default action is now "nothing") - Impose checkDelay so that tours...

RD

In macro.js, the advance() function calls itself at the end. The advance() function allows you to search for the trigger of a step and then call the run() function if...

RD