pgAdmin 4 commit: Ensure we never sort columns on the treeview. Fixes #

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure we never sort columns on the treeview. Fixes #
Date: 2017-02-24 13:02:16
Message-ID: E1chFVo-0008Fw-3f@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure we never sort columns on the treeview. Fixes #2185

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c0f2aab001c24bcbbc96bd0d1df00989d0e36012
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/browser.js | 18 +++++++++++-------
web/pgadmin/static/js/pgadmin.js | 5 -----
2 files changed, 11 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-24 13:02:28 Re: [pgAdmin4][Patch]: Expanded columns under table are in the wrong order
Previous Message Dave Page 2017-02-24 12:42:44 Re: [pgAdmin4][Patch]: Fix #2198 - Cannot create function/procedure with arguments