pgAdmin 4 commit: Fixes #1283, #1287 - Do not show null description in

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes #1283, #1287 - Do not show null description in
Date: 2016-06-03 10:11:28
Message-ID: E1b8m4e-0001CW-8Z@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixes #1283, #1287 - Do not show null description in the create mode,
corrected the index expression on table node.

Reported by Thom Brown.

Branch
------
master

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

Modified Files
--------------
.../databases/schemas/tables/indexes/__init__.py | 8 ++++----
.../tables/indexes/templates/index/js/index.js | 18 ++++++++++++------
.../tables/templates/index/sql/9.1_plus/alter.sql | 2 +-
.../tables/templates/index/sql/9.1_plus/create.sql | 21 ++++++++++++++-------
4 files changed, 31 insertions(+), 18 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-06-03 10:12:50 Re: PATCH: To fix minor patches (pgAdmin4)
Previous Message Ashesh Vashi 2016-06-03 10:11:00 Re: PATCH: Fixed issue in Index node (pgAdmin4)