pgAdmin 4 commit: Server and Database node fixes: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Server and Database node fixes:
Date
Msg-id E1mV9XI-00042I-5V@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Server and Database node fixes:
1. Unable to change shared server switch.
2. DB restriction and schema restriction have 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 an empty value error should not come.
5. Values for parameters should be reset on changing parameters.
6. Added a new key - helpMessageMode which can have a value similar to mode. It will show the help message if the mode
issupported. 

Fixes #6814

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=be69470d55b0f0fcc7512cb975ec87d978be3789
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../servers/databases/static/js/database.ui.js             |  3 ++-
.../browser/server_groups/servers/static/js/server.js      |  1 +
.../browser/server_groups/servers/static/js/server.ui.js   | 13 +++++++------
.../browser/server_groups/servers/static/js/variable.ui.js | 14 ++++++++++----
web/pgadmin/static/js/SchemaView/MappedControl.jsx         |  2 +-
web/pgadmin/static/js/SchemaView/index.jsx                 |  3 +++
web/pgadmin/static/js/components/FormComponents.jsx        |  2 +-
.../javascript/schema_ui_files/server.ui.spec.js           |  2 +-
8 files changed, 26 insertions(+), 14 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'
Next
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: Fixed Tree Item add error