pgAdmin 4 commit: Fixed an issue where Grant wizard unable to handle mu

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 Grant wizard unable to handle mu
Date: 2020-01-20 12:23:59
Message-ID: E1itW63-0002cA-UZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-20 12:25:40 Re: [pgAdmin][RM4511] Grant Wizard: Unable to handle multiple objects when query string parameter exceeds its limit
Previous Message Akshay Joshi 2020-01-20 10:44:21 pgAdmin 4 commit: Fixed API test cases for missing language pack and ja