[pgAdmin4][Patch]: RM1872 - Not able to open the File Manager

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM1872 - Not able to open the File Manager
Date: 2016-10-20 09:37:43
Message-ID: CAM5-9D-moAcgS6N9GrqdaW-BVJ5Q0Wmn4xz=jYV++m3+SRPRZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

*Issues fixed:*

1) In Python 3, parameter "*cmp*" is removed from *sorted* method. So File
Manager won't open.
As we are sorting data on JS side using Natural sort, so on server side
sorting is not required.

2) Improvement in Exception handling.

Please find attached patch and review.

Thanks,
Surinder Kumar

Attachment Content-Type Size
RM1872.patch application/octet-stream 1.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-10-20 10:39:24 [pgAdmin4][Patch]: RM 1574 - sql is not displayed in SQL pane for security label in both PG and EPAS/PPAS server
Previous Message Murtuza Zabuawala 2016-10-20 09:30:15 PATCH: To display Security Label control properly in procedure node(pgAdmin4)