pgAdmin 4 commit: Fixed 'ternary operators should not be nested' code s

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed 'ternary operators should not be nested' code s
Дата
Msg-id E1oWwF7-00013o-Eg@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed 'ternary operators should not be nested' code smell.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=43022b7aa2a4516499dda318eba8ede0a59e4443
Author: Pravesh Sharma <pravesh.sharma@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/static/js/browser.js           |  8 +++-
.../static/js/quick_search/trigger_search.js       | 50 ++++++++++++++--------
web/pgadmin/dashboard/static/js/Dashboard.jsx      | 38 +++++++++-------
web/pgadmin/static/js/SchemaView/DataGridView.jsx  |  9 ++--
web/pgadmin/static/js/components/PgTable.jsx       | 17 +++++---
web/pgadmin/static/js/pgadmin.js                   | 16 ++++++-
6 files changed, 92 insertions(+), 46 deletions(-)


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

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][patch] Sonarqube bug fixes
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Remove Backgrid & Backform