pgAdmin 4 commit: Fixed issue 'expects 4 arguments, but 5 were provided - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed issue 'expects 4 arguments, but 5 were provided
Date
Msg-id E1jjgOJ-0002pw-Ts@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed issue 'expects 4 arguments, but 5 were provided' reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ee1ea47e88828a8433332495bc2252a657315d79
Author: Satish V <satish.v@enterprisedb.com>

Modified Files
--------------
.../servers/databases/static/js/database.js          |  4 ++--
web/pgadmin/static/js/slickgrid/formatters.js        | 20 ++++++++++----------
2 files changed, 12 insertions(+), 12 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: [pgAdmin][patch] Runtime fixes reported by SonarQube
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] Clumsy coding related fixes