pgadmin4 icon indicating copy to clipboard operation
pgadmin4 copied to clipboard

Add possibility to reorder server groups

Open KeterSCP opened this issue 1 year ago • 2 comments

Describe the solution you'd like

Nowadays, after adding new server group in the object explorer there is no way to change its display order. It would be nice to have something like a drag-and-drop functionality to reorder list items.

Describe alternatives you've considered

Alternatively, server groups could be sorted in alphabetical order. Currently, only newly added server groups are placed alphabetically, but renaming existing ones does not rearrange the structure. (UPD: it does rearrange the structure, but only after using View->Reload option or restarting the whole pgadmin app)

KeterSCP avatar Oct 08 '24 12:10 KeterSCP

We need to sort the server groups alphabetically when adding or renaming. Looks like a bug.

pravesh-sharma avatar Oct 28 '24 11:10 pravesh-sharma

Hi there, I made a PR for a fix against this issue here https://github.com/pgadmin-org/pgadmin4/pull/8547

KijongHan avatar Mar 12 '25 09:03 KijongHan