pgAdmin 4 commit: Make the Parameter grid use a workflow consistent wit

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Make the Parameter grid use a workflow consistent wit
Date: 2016-07-18 10:50:45
Message-ID: E1bP68L-0002Js-1x@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Make the Parameter grid use a workflow consistent with other grids. Fixes #1241

1. Altered variable control to make its UI consistent with privileges and Security labels.
2. Changed datamodel.js to handle duplicate rows at datamodel level and not UI/Control level. (See variable control for example)

Branch
------
master

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

Modified Files
--------------
.../databases/templates/databases/js/databases.js | 2 +-
.../servers/roles/templates/role/js/role.js | 3 +-
.../server_groups/servers/static/js/variable.js | 445 +++++++++------------
.../servers/templates/macros/variable.macros | 4 +
web/pgadmin/browser/static/js/datamodel.js | 153 +++++--
.../debugger/templates/debugger/js/debugger_ui.js | 2 +-
6 files changed, 324 insertions(+), 285 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-18 10:51:02 Re: Regarding issue 1241
Previous Message Dave Page 2016-07-18 10:33:57 Re: Logical comparison on startup pgadmin4