Don't try to set permissions on Windows. It won't work anyway. Fixes #4276
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ea4dbd31e868a706eebafe2f092770932a40004c
Modified Files
--
web/pgadmin/__init__.py | 3 ++-
web/
Hi
OK, well this won't hurt anyway, so patch applied.
Thanks!
On Mon, May 20, 2019 at 11:53 AM Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi Dave,
>
> Yes, that's is annoying for me too to debug that issue :)
>
> And now setting it "new-password" does not cause the Backgri
Prevent Backgrid Password cells from losing focus if the browser opens an
autocomplete list. Fixes #4278
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=155768a2d73b639574b5a47dc1eb5946c271a7c8
Author: Murtuza Zabuawala
Modified Files
--
Hi Dave,
Yes, that's is annoying for me too to debug that issue :)
And now setting it "new-password" does not cause the Backgrid to lose
focus, As of now I can see the only workaround that worked for me in all
browsers, I've tested in latest Chrome/FF & IE11.
On Mon, May 20, 2019 at 2:32 PM D
Hi
On Mon, May 20, 2019 at 8:01 AM Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi,
>
> PFA minor patch to fix the issue with Backgrid PasswordCell.
> In the Backgrid PasswordCell, The browser's autocomplete functionality
> opens up the saved password list which cause the Back
Relax the permission check on the directory containing the config database, as
it may fail in some environments such as OpenShift. Fixes #4276
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=da8da7bb495b1a18fed4de382a43257c6a1ad1ac
Modified F
Hi,
PFA minor patch to fix the issue with Backgrid PasswordCell.
In the Backgrid PasswordCell, The browser's autocomplete functionality
opens up the saved password list which cause the Backgrid to lose focus
from the current cell and causes issue in keyboard navigation.
--
Regards,
Murtuza Zabua