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] spreadsheet_oca: Crash when editing and leaving spreadsheet quickly
When editing a spreadsheet, inserting a pivot or list or making signficant changes, exiting quickly could intermittently cause a race condition where saving does not have enough time to complete.
After reloading the record, it crashes with an OWL error "Component Destroyed".
This fixes the issue by awaiting the save methods before exiting.
0 commit comments