Re: server and database node type check in is_connected check [pgadmin4] - Mailing list pgadmin-hackers

From Harshal Dhumal
Subject Re: server and database node type check in is_connected check [pgadmin4]
Date
Msg-id CAFiP3vwEAhNQPPUHqmUQaAJyPJq9scLcu2BztG0L0pV8yRD0uw@mail.gmail.com
Whole thread Raw
In response to Re: server and database node type check in is_connected check [pgadmin4]  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Responses Re: server and database node type check in is_connected check [pgadmin4]  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
List pgadmin-hackers
Hi Ashesh,

For change server password we have added check is_connected() in server.js. Also same function is also available in database.js. So it was causing change server password menu to enable on database node as well if database is connected.

This issue will appear for any other menu if that menu has check on is_connected function.




-- 
Harshal Dhumal
Software Engineer 




On Tue, May 24, 2016 at 12:13 PM, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:

On Tue, May 24, 2016 at 12:06 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:

Hi,


PFA patch for server and database node:

Issue fixed: Added node type check in is_connected check.

Can you please describe the situation, when these functions are being executed outside the respective node instance?

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi

-- 
Harshal Dhumal
Software Engineer 





--
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 by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: server and database node type check in is_connected check [pgadmin4]
Next
From: Surinder Kumar
Date:
Subject: [pgAdmin4][Patch]: [FileManager] ReferenceError: assignment to undeclared variable t_res