pgAdmin 4 commit: Synchronises the column's primary key flag and primar - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Synchronises the column's primary key flag and primar
Date
Msg-id E1mScXD-0000Am-FW@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Synchronises the column's primary key flag and primary key constraint. Fixes #6762

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=af230c812b62444d6e2372051cb4bc12d5cffe4b
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../index_constraint/static/js/primary_key.ui.js   |  4 ++
.../static/js/unique_constraint.ui.js              |  4 ++
.../databases/schemas/tables/static/js/table.ui.js | 46 ++++++++++++++++++++--
3 files changed, 51 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][patch] ERD table dialog failing to open
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6762] Unable to create primary key from Table>Column tab