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
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
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