Initialize (executing the constructor) for the PGNodeModule needs to be
called while initialing the CollectionNodeModule, as
super(..).__init__(..) does not call __init__ function of all parent
classes. Please refer to method resolution order (MRO) in python for
more information.
This patch also includes some typo resolution in PGNdoeModule. Also,
removed the AddAttr(..) at the moment, because - it is not going
anywhere at the moment.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3d134a3d07b3ec1a0df09586244cecfddd18fc21
Modified Files
--------------
web/pgadmin/browser/collection.py | 17 ++++++++-------
web/pgadmin/browser/utils.py | 44 +++++++--------------------------------
2 files changed, 17 insertions(+), 44 deletions(-)