pgAdmin 4 commit: Fixed value error in the restore dialog. Fixes #7151

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed value error in the restore dialog. Fixes #7151
Date: 2022-02-03 12:15:19
Message-ID: E1nFb1D-0006bP-Oa@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed value error in the restore dialog. Fixes #7151

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4a195e7ef6a20abb2bffd8f7d4a1f6c1651527ab
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_5.rst | 1 +
.../server_groups/servers/databases/event_triggers/__init__.py | 3 ++-
web/pgadmin/static/js/tree/tree.js | 4 ++--
web/pgadmin/tools/restore/__init__.py | 6 +++---
4 files changed, 8 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-02-03 12:19:33 Re: [pgAdmin][RM-7151]: Issue in Restore dialog
Previous Message Khushboo Vashi 2022-02-03 11:15:11 [pgAdmin4][Patch]: SonarQube Regression Fix