pgAdmin 4 commit: Fixed any typo - we were using the function

2019-12-13 Thread Ashesh Vashi
Fixed any typo - we were using the function 'TreeNode.prototype.hasParent(...)' to find the server parent node instead of 'TreeNode.prototype.anyParen(...)'. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1f5ccd1c3b81ce56db551f0c54236aa8350954

Re: [Pgadmin] [Docker] servers.json import fails when running in desktop mode

2019-12-13 Thread Ashesh Vashi
On Sat, Dec 14, 2019 at 3:53 AM Levitt Olivier wrote: > Hi, > > When running the docker image in desktop mode > (PGADMIN_CONFIG_SERVER_MODE=False), no user is created. That is expected > behaviour. > But then the code that imports the servers.json pre-con

[Pgadmin] [Docker] servers.json import fails when running in desktop mode

2019-12-13 Thread Levitt Olivier
Hi, When running the docker image in desktop mode (PGADMIN_CONFIG_SERVER_MODE=False), no user is created. That is expected behaviour. But then the code that imports the servers.json pre-configuration fails as it ties the import to the default user. I think line 40 of entrypoint.sh (https://