Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixes RM2126 - Duplicate values displayed for functions and procedures in Preferences

2017-02-16 Thread Dave Page
Thanks, patch applied.

On Fri, Feb 10, 2017 at 9:33 AM, Surinder Kumar
 wrote:
> Hi
>
> Issue: The function and procedure nodes displayed under schema nodes and
> packages node, so both were sharing same name.
>
> Solution:
> Overrides the register_preferences method for EdbFuncModule and
> EdbProcModule class and update their labels.
>
> Please find attached patch and review.
>
> Thanks
> Surinder Kumar
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] [pgAdmin4][Patch]: Fixes RM2126 - Duplicate values displayed for functions and procedures in Preferences

2017-02-10 Thread Surinder Kumar
Hi

*Issue:* The function and procedure nodes displayed under schema nodes and
packages node, so both were sharing same name.

*Solution:*
Overrides the *register_preferences* method for *EdbFuncModule* and
*EdbProcModule* class and update their labels.

Please find attached patch and review.

Thanks
Surinder Kumar


RM2126.patch
Description: Binary data

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers