pgadmin4/web/regression/javascript/schema_ui_files
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
..
aggregate.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
backup.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
backupGlobal.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
binary_path.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
cast.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
catalog.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
catalog_object.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
catalog_object_column.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
check_constraint.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
collation.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
column.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
compound_trigger.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
database.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
debugger_args.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
directory.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
domain.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
domain_constraint.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
edbfunc.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
edbvar.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
event_trigger.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
exclusion_constraint.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
extension.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
foreign_data_wrapper.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
foreign_key.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
foreign_server.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
foreign_table.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
fts_configuration.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
fts_dictionary.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
fts_parser.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
fts_template.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
functions.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
grant_wizard.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
import_export.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
import_export_servers.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
index.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
language.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
maintenance.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
membership.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
mview.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
operator.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
packages.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
partition.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
partition.utils.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
pga_job.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
pga_jobstep.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
pga_schedule.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
primary_key.ui.spec.js Fix column ordering in unique/primary key constraint properties 2026-02-23 17:11:38 +05:30
privilege.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
publication.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
resource_group.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
restore.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
role.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
row_security_policy.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
rule.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
schema.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
sequence.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
server.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
server_group.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
subscription.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
synonym.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
table.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
tablespace.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
trigger.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
trigger_function.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
type.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
unique_constraint.ui.spec.js Fix column ordering in unique/primary key constraint properties 2026-02-23 17:11:38 +05:30
user_mapping.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
utils.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
variable.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
view.ui.spec.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30