Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FW][FIX] website_event_meet, *: properly await edit option before reload #159574

Commits on Mar 28, 2024

  1. [FIX] website_event_meet, *: properly await edit option before reload

    *: website_sale
    
    This is a follow-up of [1], which missed some occurrence of the same
    issue that it fixed.
    
    E.g.
    - Add a delay to the "write" of the event model
    - Go to /event/<event_id>/community
    - Enter edit mode
    - Click on the page
    - Enable the room creation option
    => The page reloads but nothing seems to have been done... it is
       actually *being* done: the page reloaded too soon.
    
    Note: this commit also marks some other occurrences which are not buggy
    but might be in the future if not properly changed. To be adapted in the
    master forward-port.
    
    [1]: odoo@556ae45
    
    X-original-commit: fcdd6a8
    qsm-odoo committed Mar 28, 2024
    Copy the full SHA
    5dcee64 View commit details
    Browse the repository at this point in the history