pgAdmin 4 commit: Synchronises the column's primary key flag and primar

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Synchronises the column's primary key flag and primar
Date: 2021-09-21 09:57:55
Message-ID: E1mScXD-0000Am-FW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-21 09:58:21 Re: [pgAdmin][RM6762] Unable to create primary key from Table>Column tab
Previous Message Aditya Toshniwal 2021-09-21 09:32:08 Re: [pgAdmin][patch] ERD table dialog failing to open