pgAdmin 4 commit: Hide menu options for creating objects, if the object

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Hide menu options for creating objects, if the object
Date: 2017-05-12 11:10:53
Message-ID: E1d98TF-0005HF-Fa@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hide menu options for creating objects, if the object type is set to hidden. Includes Jasmine tests. Fixes #2225

Branch
------
master

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

Modified Files
--------------
.../browser/templates/browser/js/browser.js | 31 +++++++++++--
web/pgadmin/static/js/check_node_visibility.js | 53 ++++++++++++++++++++++
.../javascript/check_node_visiblity_spec.js | 32 +++++++++++++
web/regression/javascript/test-main.js | 1 +
4 files changed, 113 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-12 11:11:43 Re: [pgAdmin4][PATCH] To fix the issue of menu visibility when node is hidden
Previous Message Murtuza Zabuawala 2017-05-12 10:59:12 Re: [pgAdmin4][PATCH] To fix the issue of menu visibility when node is hidden