Обсуждение: pgAdmin 4 commit: Server and Database node fixes:

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Server and Database node fixes:

От
Akshay Joshi
Дата:
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(-)