Daily updates from Odoo
Thursday, February 21, 2019
2 changes · master
Enhancements to existing features
Website slide uploads are no longer limited only by a fixed 15 MiB cap. Administrators can now adjust the maximum allowed slide size through a system setting, while existing behavior stays the same if no setting is changed.
Original PR description
Description of the issue/feature this PR addresses: Max slide size is hardcoded. Current behavior before PR: Slides bigger than 15 MiB cannot be uploaded Desired behavior after PR is merged: Sysadmins have a choice to increase or decrease that size, by a system parameter. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Relaunching https://github.com/odoo/odoo/pull/11379 to the right branch.
Mobile users can now close a full-screen Discuss thread using the phone back button or gesture. This makes navigation feel natural on Android and iOS and prevents the browser history from changing unexpectedly.
Original PR description
On mobile when discuss thread window take the whole screen and using the back button/gesture (depending on the platform) doesn't work. Mobile Discuss' thread window (full screen) should react to back gesture (pressing the back button on Android or performing the back gesture on iOS) and close the focused thread window instead of modifying the actual browser's history. Task ID: 1941120