mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[GH-ISSUE #1607] Sorting Resources Alphabetically by Default #1960
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jtechbyte on GitHub (Oct 3, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1607
Originally assigned to: @Pallavikumarimdb on GitHub.
Describe the Bug
Hello,
Previously, resources used to default sort from A–Z. Now I need to click on Name to sort them alphabetically. The search filter does help, but I just wanted to check if this change is intended.
Overall, I haven’t had any issues with Pangolin it’s been working great.
Thanks!
Environment
To Reproduce
Open Pangolin.
Go to the Resources list.
Notice the resources are not sorted alphabetically (A–Z) by default.
Click on the Name column header.
The resources then sort alphabetically as expected.
Expected Behavior
Resources should default to sorting alphabetically (A–Z) by name without needing to manually click the Name column.
@tbreitha commented on GitHub (Oct 17, 2025):
Yes, please fix the order in resources
@oschwartz10612 commented on GitHub (Oct 17, 2025):
@Pallavikumarimdb would you mind taking a look at this when you get a chance?
@Pallavikumarimdb commented on GitHub (Oct 17, 2025):
@oschwartz10612 sure, will check.
@Pallavikumarimdb commented on GitHub (Oct 18, 2025):
@oschwartz10612 , I’ve fixed the issue. It was caused by the changes made in
5c04b1e14a@oschwartz10612 commented on GitHub (Oct 19, 2025):
Thank you! :}
@jtechbyte commented on GitHub (Oct 21, 2025):
Good to go, I appreciate what you guys are doing with Pangolin awesome job!