[pgAdmin4][Patch]: RM1872 - Not able to open the File Manager - Mailing list pgadmin-hackers

From Surinder Kumar
Subject [pgAdmin4][Patch]: RM1872 - Not able to open the File Manager
Date
Msg-id CAM5-9D-moAcgS6N9GrqdaW-BVJ5Q0Wmn4xz=jYV++m3+SRPRZA@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: RM1872 - Not able to open the File Manager
List 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

pgadmin-hackers by date:

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