Monday, June 20, 2022
2 changes · master
Resolved issues and error corrections
Follower notification options in Mail are now shown in the same consistent order across the interface. This makes subscription settings easier to understand and prevents confusing differences caused by items appearing in an arbitrary order.
Original PR description
Before this fix, follower subtypes were displayed by order of id, whereas in DiscussController.read_subscription_data(), it was ordered by : \- parent_mode \- res_mode \- internal \- sequence See : https://github.com/odoo/odoo/blob/fc115ebdf7c3783f9eaabba71eccce23c676d957/addons/mail/controllers/discuss.py#L471-472 In this commit, we just reproduce the same order. Also, for `parentModel` and `resModel`, we want the record with their values unset to come first. We added 'undefined-first', as this sort order might be needed for other models. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A spelling mistake in the employee referral settings screen was corrected. This improves clarity for users configuring the referral app without changing any business process or feature behavior.
Original PR description
taskID 2879618