project & milestones filter values are not sorted the same #12761

Closed
opened 2025-11-02 10:20:11 -06:00 by GiteaMirror · 6 comments
Owner

Originally created by @stuzer05 on GitHub (Mar 29, 2024).

Description

image
image

Gitea Version

trunk

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

trunk

Operating System

No response

How are you running Gitea?

docker

Database

None

Originally created by @stuzer05 on GitHub (Mar 29, 2024). ### Description ![image](https://github.com/go-gitea/gitea/assets/23124682/857fcbbb-350e-445f-85e0-adb027ead63e) ![image](https://github.com/go-gitea/gitea/assets/23124682/b8deb1ea-8d95-4233-8359-90d6b007892b) ### Gitea Version trunk ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version trunk ### Operating System _No response_ ### How are you running Gitea? docker ### Database None
GiteaMirror added the type/enhancementissue/needs-feedback labels 2025-11-02 10:20:11 -06:00
Author
Owner

@lunny commented on GitHub (Mar 31, 2024):

Project is a different concept from milestone. And they also have different storage on database.

@lunny commented on GitHub (Mar 31, 2024): Project is a different concept from milestone. And they also have different storage on database.
Author
Owner

@stuzer05 commented on GitHub (Apr 1, 2024):

By what logic projects are sorted?

@stuzer05 commented on GitHub (Apr 1, 2024): By what logic projects are sorted?
Author
Owner

@lunny commented on GitHub (Apr 1, 2024):

I think there is no special logic for project list. Maybe they just listed by id asc.

@lunny commented on GitHub (Apr 1, 2024): I think there is no special logic for project list. Maybe they just listed by `id asc`.
Author
Owner

@stuzer05 commented on GitHub (Apr 1, 2024):

Sorting by name (alphabetically) would be a better option.

  • it'll matchmilestones logic (anf overall)
  • it's more natural for users to look on alphabetical soring rather than by id (which appears random)
@stuzer05 commented on GitHub (Apr 1, 2024): Sorting by name (alphabetically) would be a better option. - it'll matchmilestones logic (anf overall) - it's more natural for users to look on alphabetical soring rather than by id (which appears random)
Author
Owner

@lunny commented on GitHub (Apr 1, 2024):

Both milestone and project are order by id asc by default.

@lunny commented on GitHub (Apr 1, 2024): Both milestone and project are order by id asc by default.
Author
Owner

@GiteaBot commented on GitHub (May 1, 2024):

We close issues that need feedback from the author if there were no new comments for a month. 🍵

@GiteaBot commented on GitHub (May 1, 2024): We close issues that need feedback from the author if there were no new comments for a month. :tea:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#12761