pgAdmin 4 commit: Use the same schema parameter 'visible' instead of se

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Use the same schema parameter 'visible' instead of se
Date: 2016-01-15 13:56:45
Message-ID: E1aK4rt-000121-Cc@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use the same schema parameter 'visible' instead of separate one (i.e.
show) for both control and cell, while generating the columns and field
Schema. And, it was resulting into wrong behaviour because of that.

Also - includes the server changes, which was using 'show' parameter
earlier for showing version, when server was connected.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=45240f3850af668465dba8f1cba46367c6993d3e
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../browser/server_groups/servers/templates/servers/servers.js | 4 ++--
web/pgadmin/static/js/backform.pgadmin.js | 7 ++-----
2 files changed, 4 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-01-15 13:58:18 Re: Privilege control with select2cell for user role section
Previous Message Ashesh Vashi 2016-01-15 13:52:47 pgAdmin 4 commit: Introducing NodeAjaxOptionsCell, NodeListByNameCell,