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

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes #1223 - Do not allow to drop user from non-supe
Date: 2016-06-03 10:02:37
Message-ID: E1b8lw5-0000fx-6j@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-06-03 10:04:56 PATCH: To fix issue in table node (pgAdmin4)
Previous Message Akshay Joshi 2016-06-03 10:02:29 Re: PATCH: Fix issue in Query tool not showing correct output (pgAdmin4)