Re: [pgAdmin4][Patch]: Listing of files/folders not sorted alphabetically in Storage Manager

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: Listing of files/folders not sorted alphabetically in Storage Manager
Date: 2016-10-17 07:32:05
Message-ID: CAM5-9D8ii0U9tn=rNgxbCfQLM48Gsk42h2Sp8grTumi+Juk75w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

​Hi Dave,

As we have already been using natural sort in pgAdmin4 for sorting browser
tree nodes. So I have used the same for sorting Storage Manager's
filesystem.
Please find updated patch and let me know for comments.

On Fri, Oct 7, 2016 at 5:10 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Hi
>
> The patch fixes the filename length issue, but does not seem to
> resolve the sorting. Please see the attached screenshot.
>
> On Fri, Oct 7, 2016 at 8:48 AM, Surinder Kumar
> <surinder(dot)kumar(at)enterprisedb(dot)com> wrote:
> > Hi,
> >
> > Issues fixed:
> > 1) Listing of files/folders not sorted alphabetically.
> > 2) Some file names are truncated despite the fact that there is plenty of
> > room to be displayed.
> >
> > Not Fixed:
> > In Table mode, clicking on Name bar makes no difference.
> > As discussed with Ashesh we are not implementing it now. It requires a
> lot
> > of changes with current implementation.
> >
> > 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
>

Attachment Content-Type Size
RM1792_v1.patch application/octet-stream 3.9 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Navnath Gadakh 2016-10-17 08:12:25 pgAdmin IV: Resource group API test cases
Previous Message Surinder Kumar 2016-10-17 06:48:05 Re: [pgAdmin4][Patch]: RM1728 - Properties are not refreshing after objects are edited