pgAdmin 4 commit: Fixed an issue where select all checkbox only selects

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where select all checkbox only selects
Date: 2020-06-16 05:45:27
Message-ID: E1jl4PX-0005Sv-0q@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where select all checkbox only selects the first 50 tables. Fixes #4226

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2ae5c0ec4f8c29575bde0b18dc0f4ba1faad94bc
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_23.rst | 1 +
web/pgadmin/browser/static/js/collection.js | 11 +++++++++++
2 files changed, 12 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-16 05:46:26 Re: [pgAdmin][patch] SonarQube reported vulnerabilities and design suspicions
Previous Message Akshay Joshi 2020-06-16 05:45:26 pgAdmin 4 commit: Fixed issue related to shadowing variables reported b