Wednesday, May 28, 2025
2 changes · saas-17.4
Resolved issues and error corrections
This fixes an issue where certain page or email templates could accidentally skip content when a condition and a comment appeared together. The change helps ensure templates display the expected information consistently, reducing unexpected missing content for users.
Miscellaneous changes
### Before this PR The PUSH notifications on Edge PWA are not working. This is caused by the TTL 0 . Edge PUSH are not working if TTL 0 is used. ### After This PR I set the TTL to 1. It is a tricky way to make it work on Edge and also other browser. It is 1 seconds instead of 0(that means only if the browser is connected) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#199943
Original PR description
### Before this PR The PUSH notifications on Edge PWA are not working. This is caused by the TTL 0 . Edge PUSH are not working if TTL 0 is used. ### After This PR I set the TTL to 1. It is a tricky way to make it work on Edge and also other browser. It is 1 seconds instead of 0(that means only if the browser is connected) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#199943