pgAdmin 4 commit: Initialize (executing the constructor) for the PGNode

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Initialize (executing the constructor) for the PGNode
Date: 2016-02-18 11:38:54
Message-ID: E1aWMv8-00057t-SD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-02-18 11:43:09 pgAdmin 4 commit: Creating separate .gitignore for runtime, and added t
Previous Message Ashesh Vashi 2016-02-18 11:10:16 Re: Minor database patch [pgadmin4]