pgAdmin 4 commit: Initialize (executing the constructor) for the PGNode - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Initialize (executing the constructor) for the PGNode
Date
Msg-id E1aWMv8-00057t-SD@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Disconnect the database connection only once not ever
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Creating separate .gitignore for runtime, and added t