Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] mail: followers and recipients sorting #163339

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akap-odoo
Copy link
Contributor

Current behavior before PR:

Followers and recipients were sorted based on their id (addition time) .

Desired behavior after PR is merged:

The first 150 followers and recipients are sorted alphabetically by their names.
Beyond the initial 150, followers and recipients are still sorted based on
their id (addition time), maintaining the previous sorting behavior.

task-id: 3293718


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Before this commit:

Followers and recipients were sorted based on their id (addition time) .

After this commit:

The first 150 followers and recipients are sorted alphabetically by their names.
Beyond the initial 150, followers and recipients are still sorted based on
their id (addition time), maintaining the previous sorting behavior.

task-id:3293718
@robodoo
Copy link
Contributor

robodoo commented Apr 25, 2024

@C3POdoo C3POdoo added the RD research & development, internal work label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants