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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: RM1872 - Not able to open the File Manager
Date: 2016-10-21 11:43:12
Message-ID: CA+OCxow6XpwsaFRd=9Rex89BOjQbD1_A88r42z-FMtTq3RgpDg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Thu, Oct 20, 2016 at 10:37 AM, Surinder Kumar
<surinder(dot)kumar(at)enterprisedb(dot)com> wrote:
> 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
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-21 11:49:54 pgAdmin 4 commit: Show security labels in the reverse engineered SQL fo
Previous Message Dave Page 2016-10-21 11:43:06 pgAdmin 4 commit: Fix the file manager when used under Python 3. Fixes