Works beautifully :-). Patch applied, thanks!
On Tue, Mar 26, 2019 at 7:23 AM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi Hackers,
>
> Please find attached the rebased patch. Kindly ignore previous.
>
> On Tue, Mar 26, 2019 at 3:01 PM Aditya Toshniwal <
> aditya.toshni...@en
Overhaul the layout saving code so it includes the Query Tool and Debugger, and
stores the layout when change events are detected rather than (unreliably) on
exit. Fixes #4084
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6fb35f2649153c414b
Add missing closing brace.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b917246be9d9874c683a94ef9fba0e2b2ab99133
Modified Files
--
pkg/mac/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hi Hackers,
Please find attached the rebased patch. Kindly ignore previous.
On Tue, Mar 26, 2019 at 3:01 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi Hackers,
>
> With pull request https://github.com/EnterpriseDB/wcDocker/pull/7 committed,
> we can now utilise the LAYOUT_
Hi Hackers,
With pull request https://github.com/EnterpriseDB/wcDocker/pull/7 committed,
we can now utilise the LAYOUT_CHANGED event emitted by wcDocker and save
the layout if event occurs.
Attached patch contains changes in pgAdmin to use LAYOUT_CHANGED event. The
layouts of query tool and debug
1) Ensure View/Materialized View node should be visible after updating any
property. Fixes #4109
2) Updated the icon for Materialized View.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c2ea3ca111d26fc31280f992f39b970a0f2eec2
Modified File