pgAdmin 4 commit: Avoid showing multiple 'Reset Layout' options under f

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Avoid showing multiple 'Reset Layout' options under f
Date: 2016-06-14 14:01:18
Message-ID: E1bCou6-0004ZB-V2@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Avoid showing multiple 'Reset Layout' options under file menu. Fixes #1348

Also restructured code related to reset layout functionality.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b0b21fd46c08ce01cf3859aaa8908b5f7f73d3ad
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
.../browser/templates/browser/js/browser.js | 65 ++++-----------------
web/pgadmin/settings/__init__.py | 61 +++++++++++++++-----
.../settings/templates/settings/settings.js | 66 ++++++++++++++++++----
3 files changed, 110 insertions(+), 82 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-14 14:01:24 Re: Fix for issue RM1348 [pgadmin4]
Previous Message Dave Page 2016-06-14 13:55:15 Re: [pgadmin-hackers] PATCH: To add "Move objects..” functionality in tablespace (pgAdmin4)