Friday, January 24, 2020
2 changes · master
Resolved issues and error corrections
Clicking a boolean toggle in a list will no longer dim the entire row when the value is turned off. This keeps row styling consistent and prevents custom list highlights from being overwritten.
Original PR description
Task:https://www.odoo.com/web#id=2179066&action=333&active_id=1251&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.86ee306b0608309862cf02f31cb8c1bb -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mail chatter now avoids showing the “show older messages” link when there are no older messages to load. This prevents users from clicking a link that does nothing and ensures all relevant messages are loaded after ticket creation.
Original PR description
Description of the issue/feature this PR addresses: the 'show older messages' button is displayed even though there are no older messages as a result, nothing happens when clicking on it Current behavior before PR: after creating a ticket from the 'convert to ticket' button, it shows 'show older messages' link in the chatter. But nothing happens when clicking on it. It loads the messages only after reloading the page (even if 'show older..' link clicked or not) Desired behavior after PR is merged: It will not show the 'show older messages' link. It will load all the messages after the ticket creation. Task: https://www.odoo.com/web#id=2168287&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.2b9623d7f102a106de0598303b9743a4 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr