pgAdmin 4 commit: Fix an error where 'false' string is displayed when w

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an error where 'false' string is displayed when w
Date: 2019-10-07 10:31:08
Message-ID: E1iHQIG-0008EH-JL@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an error where 'false' string is displayed when we add a new parameter in the Parameters tab,
also clear the old value when the user changes the parameter name.

Corrected the implementation of BooleanCellFormatter.

Fixes #4753

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=55c6fa0d93440ad551258802dc1bf3927665fe2b

Modified Files
--------------
docs/en_US/release_notes_4_14.rst | 1 +
web/pgadmin/browser/server_groups/servers/static/js/variable.js | 3 ++-
web/pgadmin/static/js/backgrid.pgadmin.js | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-10-07 11:03:07 pgAdmin 4 commit: Ensure backup a partition table should not backup the
Previous Message Akshay Joshi 2019-10-07 06:59:31 pgAdmin 4 commit: The search path should not be quoted while setting as