pgAdmin 4 commit: 1) System procedure should not be visible in the prop

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) System procedure should not be visible in the prop
Date: 2021-09-30 10:59:54
Message-ID: E1mVtn8-0001H3-6g@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) System procedure should not be visible in the properties tab for function.
2) The estimated cost option should be editable in edit mode for Procedure.
3) Should give an error when language is not specified.

Fixes #6838 #6841

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8056e7e3e34a58d5d4cb8637e852017292b45eb2
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/functions/static/js/function.ui.js | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-30 11:00:12 Re: [pgAdmin][RM6677 & RM6632] [React] Port Procedure and Function node to react
Previous Message Pradip Parkale 2021-09-30 10:43:13 Re: [pgAdmin][RM6677 & RM6632] [React] Port Procedure and Function node to react