pgAdmin 4 commit: Fixed issue 'expects 4 arguments, but 5 were provided

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed issue 'expects 4 arguments, but 5 were provided
Date: 2020-06-12 09:54:27
Message-ID: E1jjgOJ-0002pw-Ts@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)v(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-12 09:54:51 Re: [pgAdmin][patch] Clumsy coding related fixes
Previous Message Akshay Joshi 2020-06-12 09:20:42 [pgAdmin][patch] Runtime fixes reported by SonarQube