pgAdmin 4 commit: Ensure newly added rows cannot be editted until we ha

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure newly added rows cannot be editted until we ha
Date: 2017-11-22 16:38:22
Message-ID: E1eHY2Y-0003y7-N9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure newly added rows cannot be editted until we have key values. Fixes #RM2886

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 27 ++++++++++++----------
1 file changed, 15 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-22 16:38:37 Re: [pgAdmin4][Patch]: To fix issues in Boolean editor
Previous Message Dave Page 2017-11-22 16:28:13 pgAdmin 4 commit: Improve clarity of the boolean checkbox.