Re: pgAdmin v3.1 candidate builds and source...

2018-07-01 Thread Khushboo Vashi
Hi Christoph, On Sat, Jun 30, 2018 at 9:46 PM, Christoph Berg wrote: > Re: Dave Page 2018-06-28 yessvta1yutdanw...@mail.gmail.com> > > > That said, the web/pgadmin/static/*/generated/ directories have > > > disappeared from the tarball, so pgadmin doesn't load anymore. Could > > > you please pu

[pgAdmin4][RM#3319] Fix the cancel query button glitch in query tool

2018-07-01 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where cancel button remains enabled even after the query execution completes, I have moved the enable/disable logic for that button with rest of the buttons in '*disable_tool_buttons*' method & removed tests which are not required as we are already testing ' *disable

[pgAdmin][Patch]: Fixed RM #3362 - Database restore utility does not honour restore options for sections

2018-07-01 Thread Khushboo Vashi
Hi, Please find the attached patch to fix RM #3362 : Database restore utility does not honour restore options for sections. Thanks, Khushboo diff --git a/web/pgadmin/tools/restore/__init__.py b/web/pgadmin/tools/restore/__init__.py index 1e54985..81e480a 100644 --- a/web/pgadmin/tools/restore/__i