pgAdmin 4 commit: Allow form validation messages to be close in case th

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow form validation messages to be close in case th
Date: 2017-11-28 14:10:17
Message-ID: E1eJgaX-0001lJ-34@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow form validation messages to be close in case the eclipse anything on the form. Fixes #2859

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/node.js | 6 ++++++
web/pgadmin/browser/static/js/wizard.js | 8 ++++++++
web/pgadmin/static/css/bootstrap.overrides.css | 10 ++++++++++
web/pgadmin/static/scss/_alert.scss | 2 --
.../tools/user_management/static/js/user_management.js | 15 ++++++++++-----
5 files changed, 34 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-28 14:10:43 Re: [pgAdmin4][Patch]: RM-2859: Can't create new user
Previous Message Murtuza Zabuawala 2017-11-28 13:14:43 [pgAdmin4][Patch]: Add basic JSON formatting - Query tool