pgAdmin 4 commit: Fixes #1223 - Do not allow to drop user from non-supe - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixes #1223 - Do not allow to drop user from non-supe
Date
Msg-id E1b8lw5-0000fx-6j@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixes #1223 - Do not allow to drop user from non-super user.

Also - fixed some javascript variable scope issue in the 'delete_obj'
function of nodes.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=94365420740500743f2f43bda4efe928b7d8c831
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../servers/roles/templates/role/js/role.js             | 17 ++++++++++++++++-
web/pgadmin/browser/templates/browser/js/node.js        | 10 +++++-----
2 files changed, 21 insertions(+), 6 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: PATCH: Fix issue in Query tool not showing correct output (pgAdmin4)
Next
From: Murtuza Zabuawala
Date:
Subject: PATCH: To fix issue in table node (pgAdmin4)