pgAdmin 4 commit: When any of the docked tab(statistics, dependents & d

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: When any of the docked tab(statistics, dependents & d
Date: 2016-06-08 11:46:54
Message-ID: E1bAbwk-0004s6-DX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

When any of the docked tab(statistics, dependents & dependencies)
are clicked without selecting any tree node. it gives error in browser
console panel.
Because the node passed is undefined. and check is missing. This is now
fixed by adding check for node passed.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a871b15fe992a39ada76d6e3495892ed3bee1dee
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/depends/static/js/depends.js | 6 ++++++
web/pgadmin/misc/statistics/static/js/statistics.js | 3 +++
2 files changed, 9 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-08 11:47:12 Re: [pgAdmin4][Patch]: TypeError: Cannot read property 'generate_url' of undefined
Previous Message Murtuza Zabuawala 2016-06-08 11:41:37 PATCH: Reset view/layout (pgAdmin4)