pgAdmin 4 commit: Fixed 'Remove the unnecessary boolean literals' code

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed 'Remove the unnecessary boolean literals' code
Date: 2022-09-08 14:58:50
Message-ID: E1oWIzS-0007nt-IT@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed 'Remove the unnecessary boolean literals' code smell

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b73aa6d000f9b9263d27f1cf023614eb5d524abe

Modified Files
--------------
.../schemas/static/js/schema_child_tree_node.js | 2 +-
.../databases/schemas/tables/columns/static/js/column.js | 2 +-
.../check_constraint/static/js/check_constraint.js | 2 +-
.../static/js/exclusion_constraint.js | 2 +-
.../constraints/foreign_key/static/js/foreign_key.js | 2 +-
.../index_constraint/static/js/unique_constraint.js | 2 +-
.../databases/schemas/tables/indexes/static/js/index.js | 2 +-
.../browser/server_groups/servers/static/js/variable.js | 4 ++--
web/pgadmin/browser/static/js/frame.js | 2 +-
web/pgadmin/browser/static/js/node.js | 6 +++---
.../browser/static/js/quick_search/trigger_search.js | 16 ++++++++--------
web/pgadmin/misc/cloud/static/js/biganimal.js | 2 +-
web/pgadmin/static/js/backform.pgadmin.js | 10 +++++-----
13 files changed, 27 insertions(+), 27 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2022-09-09 05:31:47 Re: [pgAdmin 4][Patch]: #7314 - psycopg2 to psycopg3 migration
Previous Message Akshay Joshi 2022-09-08 14:30:58 pgAdmin 4 commit: Fixes following code smell reported by SonarQube: