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.toshni...@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(-)