As discussed the disconnect option is not working due to javascript error: "obj is undefined" and which is after web packing. so in some files global variables needs to convert into local var.
We need to run eslint on each file to find out such issues and fix all at once. So i am writing a new entry "yarn run eslint /path/to/module/" in package.json > scripts as Ashesh suggested, so that everytime before submitting/commiting a patch, running eslint can prompt such errors.
Thanks Murtuza for fix.
Thanks,
Surinder
On Fri, Jul 21, 2017 at 3:41 PM, Dave Page <dpage@pgadmin.org> wrote: