pgAdmin 4 commit: Use the same schema parameter 'visible' instead of se - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Use the same schema parameter 'visible' instead of se
Date
Msg-id E1aK4rt-000121-Cc@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Introducing NodeAjaxOptionsCell, NodeListByNameCell,
Next
From: Ashesh Vashi
Date:
Subject: Re: Privilege control with select2cell for user role section