You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] purchase: fix tour by providing appropriate class
Before this commit:
===================
- The purchase tour was failing because the tour's JavaScript used
an incorrect class selector (targeting 'partner_id'), which prevented
it from locating the intended DOM element. Consequently,
the sequence of actions was interrupted, causing the tour to break midway.
After this commit:
===================
- The issue has been resolved by updating the tour to use the correct and
unique class selector. This ensures the tour accurately targets the
intended element, allowing it to proceed without interruptions.
As a result, the purchase tour runs successfully and achieves its intended purpose.
closesodoo#184735
Taskid: 4268662
Signed-off-by: Arnold Moyaux (arm) <[email protected]>
0 commit comments