pgAdmin 4 commit: Allow toggling of the Primary Key option in the un-ex

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow toggling of the Primary Key option in the un-ex
Date: 2016-06-24 13:06:02
Message-ID: E1bGQo6-0006QC-Su@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow toggling of the Primary Key option in the un-expanded column grid when defining a table. Fixes #1235

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4bb849c58c485cc2cb13b0f61b3e3d13247ce687
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/tables/indexes/templates/index/js/index.js | 2 +-
.../servers/databases/schemas/templates/schema/js/schema.js | 12 ++++++++----
2 files changed, 9 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-24 13:06:13 Re: PACTH: To fix the issue while selecting primary key in table (pgAdmin4)
Previous Message Dave Page 2016-06-24 13:01:55 Re: PATCH: To add Maintenance support on Index/Primary key/Unique (pgAdmin4)