pgAdmin 4 commit: Pass the tree item object to the menu objects, which - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Pass the tree item object to the menu objects, which
Date
Msg-id E1aG3gP-0006E7-C2@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Pass the tree item object to the menu objects, which could be used by
the disabled function to make it enable/disable based on the current
selected item.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=84843f8c37275425596b15c45842b141b5a5fee6

Modified Files
--------------
web/pgadmin/browser/static/js/menu.js               | 10 +++++-----
web/pgadmin/browser/templates/browser/js/browser.js | 13 ++++++-------
2 files changed, 11 insertions(+), 12 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: [Python 3 compability] decode function used in 'needs
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Allow a node to have two types of parents, modified t