[pgAdmin][RM6814] Server and DB node related fixes

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM6814] Server and DB node related fixes
Date: 2021-09-28 09:18:02
Message-ID: CAM9w-_k8pqVmeaQExsecsuuoAoDgrSGteP_iO4Pb74mCaf6J0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached patch fixes:
1. Unable to change shared server switch.
2. DB restriction and schema restriction has an empty option.
3. File select input control does not allow manual text input.
4. In the Parameters tab if the value is a switch control, then empty value
error should not come.
5. Values for parameters should be reset on changing parameter.
6. Added a new key - helpMessageMode which can have a value similar to
mode. It will show the help message if mode is supported.

--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*
<http://edbpostgres.com>
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM6814.patch application/octet-stream 8.5 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil Mohite 2021-09-28 09:35:15 Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'
Previous Message Khushboo Vashi 2021-09-28 07:35:43 [pgAdmin4][Patch] - Fixed Dialog Closing issue