Tuesday, April 27, 2021
1 change
Resolved issues and error corrections
Opening spreadsheet templates no longer shows broken collaboration indicators such as endless saving status or connected-user counts. This prevents unintended edits being sent to unrelated documents and avoids debug-mode crashes, making template use more reliable.
Original PR description
Spreadsheet templates are not meant to be collaborative (for now at least) However, opening a template: - still shows the saving status (endlessly spinning) - still shows the number of connected users (half broken) - still dispatches revisions! ...on a random document record with the same id as the template. If the document is a spreadsheet, it will have weird and unpredictable behaviors. - crashes in debug mode because owl props validation expects some missing props (which should actually be optional) Task 2515267