pgAdmin 4 commit: Fixes an issue rendering the dashboard, when data obj

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes an issue rendering the dashboard, when data obj
Date: 2016-06-02 09:31:26
Message-ID: E1b8OyM-0001Zj-LH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-06-02 09:31:36 Re: PATCH: To fix expanding server if server inaccessible (pgAdmin4)
Previous Message Ashesh Vashi 2016-06-02 09:25:33 pgAdmin 4 commit: Fixes #1185 - While connecting to the server, applica