Re: [pgadmin-hackers] PATCH: Do not sort columns based on their lables (pgAdmin4)

2016-09-14 Thread Dave Page
Thanks, applied. On Wed, Sep 14, 2016 at 8:22 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue where we were sorting columns based on labels > instead of their position. > RM#1687 > > Please review. > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com >

[pgadmin-hackers] PATCH: Do not sort columns based on their lables (pgAdmin4)

2016-09-14 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where we were sorting columns based on labels instead of their position. RM#1687 Please review. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser/templates/browser/js/browser.js