pgAdmin 4 commit: Fixed 'Comma operator should not be used' issue repor - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed 'Comma operator should not be used' issue repor
Date
Msg-id E1jls5h-0008Gh-Rh@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed 'Comma operator should not be used' issue reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d3f13076f78c6d0b2d9e3482b19387dc1a7d74f
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
.../browser/server_groups/servers/static/js/privilege.js |  2 +-
web/pgadmin/browser/static/js/datamodel.js               |  2 +-
web/pgadmin/browser/static/js/node.js                    |  2 +-
web/pgadmin/dashboard/static/js/dashboard.js             |  2 +-
web/pgadmin/misc/file_manager/static/js/utility.js       |  2 +-
web/pgadmin/static/js/backgrid.pgadmin.js                | 12 ++++++++++--
web/pgadmin/static/js/pgadmin.js                         | 14 ++++++++++----
web/pgadmin/static/vendor/backgrid/backgrid.js           |  8 ++++++--
.../tools/schema_diff/static/js/schema_diff_ui.js        |  2 +-
.../javascript/sqleditor/keyboard_shortcuts_spec.js      | 16 ++++++++++++----
10 files changed, 44 insertions(+), 18 deletions(-)


pgadmin-hackers by date:

Previous
From: Satish V
Date:
Subject: Re: Re-[Sonarqube]- Clumsy code
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - Issue fixes reported by SonarQube - 4 (RuleComma operator should not be used)