pgAdmin 4 commit: Fixed an issue where Grant wizard unable to handle mu - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where Grant wizard unable to handle mu
Date
Msg-id E1itW63-0002cA-UZ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where Grant wizard unable to handle multiple objects when the query string parameter exceeds its limit.
Fixes#4511 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fde8e4054a53560954c858342acb89a33893606a
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_18.rst                        |  1 +
web/pgadmin/browser/static/js/node.ui.js                 |  9 +++++++--
web/pgadmin/static/js/backform.pgadmin.js                | 10 +++-------
web/pgadmin/tools/grant_wizard/__init__.py               | 10 ++--------
web/pgadmin/tools/grant_wizard/static/js/grant_wizard.js |  4 ++--
5 files changed, 15 insertions(+), 19 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed API test cases for missing language pack and ja
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4511] Grant Wizard: Unable to handle multiple objectswhen query string parameter exceeds its limit