pgAdmin 4 commit: Fixed an issue where some properties are not being up

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where some properties are not being up
Date: 2020-09-30 07:00:44
Message-ID: E1kNW6W-0001AF-2X@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where some properties are not being updated correctly for the shared server. Fixes #5867

Branch
------
master

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

Modified Files
--------------
docs/en_US/images/preferences_browser_display.png | Bin 228387 -> 198042 bytes
docs/en_US/images/server_general.png | Bin 65414 -> 60984 bytes
docs/en_US/preferences.rst | 2 +-
docs/en_US/release_notes_4_27.rst | 3 +-
docs/en_US/server_dialog.rst | 2 +-
.../browser/register_browser_preferences.py | 5 +-
.../browser/server_groups/servers/__init__.py | 97 +++++++++++----------
.../server_groups/servers/static/js/server.js | 14 ++-
.../servers/tests/servers_test_data.json | 2 +-
9 files changed, 70 insertions(+), 55 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-30 07:04:33 Re: [pgAdmin][RM5867]:Some properties are not getting updated correctly if the server is shared server.
Previous Message Pradip Parkale 2020-09-30 05:30:16 [pgAdmin][RM5867]:Some properties are not getting updated correctly if the server is shared server.