pgAdmin 4 commit: Ensure index dropdown should have existing indexes wh - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure index dropdown should have existing indexes wh
Date
Msg-id E1jOH5o-00085W-Of@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure index dropdown should have existing indexes while creating unique constraints. Fixes #5007

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=12530cd973dd7e4adf7b1a2461ad00bdd5e1054d
Author: Ganesh Jaybhay <ganesh.jaybhay@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  1 +
.../index_constraint/static/js/primary_key.js      | 15 +++--
.../static/js/unique_constraint.js                 | 21 +++---
.../tests/test_index_constraint_add.py             | 78 ++++++++++++++++++++++
.../constraints/index_constraint/tests/utils.py    | 37 ++++++++++
5 files changed, 139 insertions(+), 13 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: RM4292 - Dark mode support for Windows/macOS
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5007] Index should be visible using unique constraints