pgAdmin 4 commit: Ensure that database restriction of server dialog sho

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that database restriction of server dialog sho
Date: 2019-01-21 11:55:17
Message-ID: E1glYAf-0002Gc-7m@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that database restriction of server dialog should work with special characters. Fixes #3800

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3ffeb4be457beb44ea086956495bb137a8fc7d2c
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_2.rst | 3 ++-
web/pgadmin/static/js/backform.pgadmin.js | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-21 11:55:36 Re: [pgAdmin4][Patch] - RM 3800 - User can not add database with special characters under DB restriction for add server
Previous Message Akshay Joshi 2019-01-21 11:12:54 Re: [pgAdmin4][Patch] - RM 3664 - Statistic panel hangs when 1000+ tables