pgAdmin 4 commit: 1) Ensure Boolean columns should be editable using ke

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Ensure Boolean columns should be editable using ke
Date: 2019-08-28 05:40:25
Message-ID: E1i2qgz-0005pZ-NR@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Ensure Boolean columns should be editable using keyboard keys. Fixes #3778
2) Ensure Boolean columns should be editable in View/Edit data and Query Tool. Fixes #4487

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=06ad6b8ba8152639865fa74ed635efb432c05748
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_13.rst | 2 ++
web/pgadmin/static/js/slickgrid/editors.js | 32 +++++++++++++++++++-----------
2 files changed, 22 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-28 05:40:39 Re: [pgAdmin][RM4487] Boolean data type is not editable in view data
Previous Message Akshay Joshi 2019-08-28 05:16:52 Re: [pgAdmin][RM4674] User can not launch query tool window if user name contain html characters