pgAdmin 4 commit: Fixes an issue rendering the dashboard, when data obj - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixes an issue rendering the dashboard, when data obj
Date
Msg-id E1b8OyM-0001Zj-LH@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixes an issue rendering the dashboard, when data object is missing.

Also, fixed an issue checking the existence of the data object before
accessing it in schema javascript module.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=60208b7ae54c9ad681566f85f3f4ef8073dbdcc7
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../servers/databases/schemas/templates/schema/js/schema.js           | 2 +-
web/pgadmin/dashboard/templates/dashboard/js/dashboard.js             | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Check valid DOMElement existance before accessing it
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: To fix expanding server if server inaccessible (pgAdmin4)