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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: When any of the docked tab(statistics, dependents & d
Дата
Msg-id E1bAbwk-0004s6-DX@gothos.postgresql.org
обсуждение исходный текст
Список 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.kumar@enterprisedb.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(+)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: Reset view/layout (pgAdmin4)
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: TypeError: Cannot read property 'generate_url' of undefined