pgAdmin 4 commit: Fix validation on the table dialogue so the Save butt

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix validation on the table dialogue so the Save butt
Date: 2017-04-06 08:56:56
Message-ID: E1cw3Ds-00068S-SU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix validation on the table dialogue so the Save button isn't enabled if the name is removed and autovac custom settings are enabled. Fixes #2105

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3880bc7eb829e786d50d115e95acb2b2d77d20e8
Author: RAJASEKAR G <rjskr01(at)gmail(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-04-06 09:15:08 Jasmine tests failing on CI
Previous Message Dave Page 2017-04-06 08:46:46 pgAdmin 4 commit: Properly handle EXPLAIN queries entered directly by t