pgAdmin 4 commit: 1. Syntax error displayed If the table is not availab - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1. Syntax error displayed If the table is not availab
Date
Msg-id E1mV5Lj-0005MD-Qy@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1. Syntax error displayed If the table is not available and the user tries to use the blank option. Fixes #6793
2. Not able to add Parameters for Functions and Procedures.
3. For the procedure, the Volatility option should be disabled in some cases. Fixes #6799

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d616cb88aa8a883e78666916a386c1255a10e7e6
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
.../server_groups/servers/databases/publications/__init__.py        | 2 +-
.../server_groups/servers/databases/publications/tests/utils.py     | 2 +-
.../servers/databases/schemas/functions/static/js/function.ui.js    | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Hardcoded the version of NWjs to 0.55.0 in the build
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6799]: [React] User can not Add parameter for PG procedures and Functions