pgadmin4/web/pgadmin/browser/server_groups
balodis 080fcc1cfb
Fix column ordering in unique/primary key constraint properties
The fromRaw formatter for the Columns field in unique constraint and
primary key properties used _.filter(allOptions, ...), which preserved
the order of allOptions (table column position) rather than the
constraint-defined column order from backendVal. Replaced with _.find
mapped over backendVal to preserve the correct constraint column order.

Added unit tests for cell and type formatter functions to verify
column ordering is preserved.
2026-02-23 17:11:38 +05:30
..
servers Fix column ordering in unique/primary key constraint properties 2026-02-23 17:11:38 +05:30
static Copyright updated for 2026 2026-01-05 13:33:45 +05:30
templates/css Added shared server support for admin users. Fixes #4979 2020-09-03 12:59:28 +05:30
tests Copyright updated for 2026 2026-01-05 13:33:45 +05:30
__init__.py Copyright updated for 2026 2026-01-05 13:33:45 +05:30