pgAdmin 4 commit: Improve error handling in cases where the user tries

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Improve error handling in cases where the user tries
Date: 2017-05-17 14:57:42
Message-ID: E1dB0OU-0004JL-Jb@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improve error handling in cases where the user tries to rename or create a server group that would duplicate an existing group. Fixes #2414

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eb183209507467065ab9fb39ca9887a7ebe8cd89
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/server_groups/__init__.py | 28 +++++++++++++--------------
1 file changed, 13 insertions(+), 15 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-17 14:58:03 Re: [pgAdmin4][PATCH] To fix the issue in server group node
Previous Message Dave Page 2017-05-17 14:53:28 Re: [pgAdmin4][PATCH] To fix the issue in server stats sql (PPAS9.2)