pgAdmin 4 commit: Do not need to implement the BackendSupported functio

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Do not need to implement the BackendSupported functio
Date: 2016-02-22 11:35:09
Message-ID: E1aXolh-0008M0-RZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Do not need to implement the BackendSupported function in resource
group, we do have the same function in CollectionModule class, which
will work, when we set the min_ver, max_ver and server_type properly.

Thanks Khushboo for pointing that out, and Akshay for quick testing for
this patch.

Branch
------
master

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

Modified Files
--------------
.../servers/resource_groups/__init__.py | 26 +++-------------------
1 file changed, 3 insertions(+), 23 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-02-22 11:37:02 Re: backform.pgadmin: fix for showing multiple errors for radio control [pgadmin4]
Previous Message Dave Page 2016-02-22 10:53:45 Re: [pgAdmin4] [Patch]: Language Module