[pgAdmin4][Patch]: [FileManager] ReferenceError: assignment to undeclared variable t_res

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: [FileManager] ReferenceError: assignment to undeclared variable t_res
Date: 2016-05-24 07:05:56
Message-ID: CAM5-9D_tKLNoz+EaOtdgCPFEyvXSG2OCrO8pQEtBC2aS+Xkz7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

*Issues fixed:*
*1. *ReferenceError: assignment to undeclared variable t_res in FileManager
*2.* Add missing default case in switch statement.
*3.* code improvements.

issue #1 is reproduced on mozilla browser of ubuntu machine when
FileManager is opened for the first time in Backup server tool.
Thanks to Neel for reporting the issue #1.

Please review the patch.

Thanks,
Surinder Kumar

Attachment Content-Type Size
FileManager_undeclared_variable_issue.patch application/octet-stream 8.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2016-05-24 07:11:37 pgAdmin 4 commit: Added Insert/Delete/Update script functionality for f
Previous Message Harshal Dhumal 2016-05-24 06:56:09 Re: server and database node type check in is_connected check [pgadmin4]