pgAdmin 4 commit: Don't allow setting of security labels on edbspl stor

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't allow setting of security labels on edbspl stor
Date: 2016-10-21 11:37:50
Message-ID: E1bxY90-0004Z1-6B@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Don't allow setting of security labels on edbspl stored procedures (by correctly checking the node type). Fixes #1576

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d29ccea2997d2cf6c83aab46acc0871f2bda57b5
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/functions/templates/function/js/functions.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-21 11:38:00 Re: PATCH: To display Security Label control properly in procedure node(pgAdmin4)
Previous Message Dave Page 2016-10-21 11:33:40 Re: PATCH: To fix the issue in Debugger module (pgAdmin4)