pgAdmin 4 commit: Fix an issue where the edit icon vanished and the def

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where the edit icon vanished and the def
Date: 2016-09-19 14:37:09
Message-ID: E1blzgz-0005mO-Gy@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where the edit icon vanished and the default tab wasn't shown when advanced-editing a column in the table dialogue. Fixes #1704

Branch
------
master

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

Modified Files
--------------
.../servers/databases/schemas/templates/schema/js/schema.js | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-19 14:37:26 Re: PATCH: To fix column editor issue (pgAdmin4)
Previous Message Dave Page 2016-09-19 14:33:42 Re: [pgAdmin4][Patch]: RM1588 - User can not change the code of header through right if package created without body