[patch][pgAdmin] RM6580 5.4 throws exception: TypeError: 'NoneType' object is not subscriptable

2021-07-13 Thread Rahul Shirsat
Hi Hackers, Please find the attached patch which resolves the issue of 'NoneType' object while logging out in Server Mode. -- *Rahul Shirsat* Senior Software Engineer | EnterpriseDB Corporation. RM6580.patch Description: Binary data

[patch][pgAdmin] RM6369 CSRF errors for stale sessions

2021-07-13 Thread Rahul Shirsat
Hi Hackers, Please find the attached patch which increases the session expiration time for desktop mode to 1 week. -- *Rahul Shirsat* Senior Software Engineer | EnterpriseDB Corporation. RM6369.patch Description: Binary data

Re: [patch][pgAdmin] RM6369 CSRF errors for stale sessions

2021-07-13 Thread Khushboo Vashi
Hi Rahul, You made this change at the end of the config.py file, so the changes made by the user for this parameter in config_local or config_system file will not be reflected. Thanks, Khushboo On Tue, Jul 13, 2021 at 6:24 PM Rahul Shirsat < rahul.shir...@enterprisedb.com> wrote: > Hi Hackers,

[pgAdmin][RM6566]: [React] Port Cast node to react.

2021-07-13 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for # 6566.[React] Port Cast node to react. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6566.patch Description: Binary data

Re: [pgAdmin][RM6566]: [React] Port Cast node to react.

2021-07-13 Thread Pradip Parkale
Hi Hackers, Please ignore my previous patch and find the updated patch. On Wed, Jul 14, 2021 at 8:22 AM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for # 6566.[React] Port Cast node to react. > -- > Thanks & Regards, > Pradip Parkale

Re: [patch][pgAdmin] RM6369 CSRF errors for stale sessions

2021-07-13 Thread Rahul Shirsat
@Khushboo Vashi 👍 Please find the updated patch. On Tue, Jul 13, 2021 at 6:33 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Rahul, > > You made this change at the end of the config.py file, so the changes made > by the user for this parameter in config_local or config_system f

Re: [patch][pgAdmin] RM6369 CSRF errors for stale sessions

2021-07-13 Thread Khushboo Vashi
On Wed, Jul 14, 2021 at 10:49 AM Rahul Shirsat < rahul.shir...@enterprisedb.com> wrote: > @Khushboo Vashi 👍 > > Please find the updated patch. > The code change looks good. > > On Tue, Jul 13, 2021 at 6:33 PM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi Rahul, >> >> You made