pgAdmin 4 commit: Close button added to the alertify message box,which - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Close button added to the alertify message box,which
Date
Msg-id E1fAy22-0004T2-0z@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Close button added to the alertify message box, which pops up in case of backend error. Fixes #3290

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b653b742ede0e6d30ebb4ec03b8cbb2e0f993478
Author: Ashesh Vashi <ashesh.vashi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/static/js/server.js | 7 ++++---
web/pgadmin/browser/static/js/error.js                        | 2 +-
web/pgadmin/static/js/alertify.pgadmin.defaults.js            | 9 ++++++---
web/pgadmin/tools/datagrid/static/js/datagrid.js              | 2 ++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js            | 1 +
5 files changed, 14 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgadmin4][patch] [GreenPlum] Display SQL of table with index #3306
Next
From: Akshay Joshi
Date:
Subject: Re: [PATCH] [RM# 3290] Close button missing for the message windowfrom the backend server