pgAdmin 4 commit: Fix Select2 issues. Fixes #1418. Fixes #1434

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix Select2 issues. Fixes #1418. Fixes #1434
Date: 2016-07-05 11:58:52
Message-ID: E1bKP08-0007TC-L2@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix Select2 issues. Fixes #1418. Fixes #1434

1. Select2 control fixed for multi-select mode.
2. Index constrains (primary and unique key) fixed column listing issue.
3. Table node "inherited from" (Select2 control) was not showing table name with public schema

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4077de21874d062b15331d6c652880a250623e03
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
.../templates/index_constraint/js/index_constraint.js | 14 ++++++++++++++
.../tables/templates/table/sql/9.1_plus/properties.sql | 4 ++--
.../tables/templates/table/sql/9.5_plus/properties.sql | 4 ++--
web/pgadmin/static/js/backform.pgadmin.js | 6 +++++-
4 files changed, 23 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-05 11:59:05 Re: patch for issue RM1418 and RM1434 [pgadmin4]
Previous Message Harshal Dhumal 2016-07-05 11:39:53 patch for issue RM1418 and RM1434 [pgadmin4]