From aab5fadc0176042811067a6bd43ef4ed9de9e7b0 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Thu, 1 Aug 2019 15:36:40 +0100 Subject: [PATCH] Update wcDocker to allow the browser's context menu to be used except in tab strips and panel headers. Fixes #4229 Update wcDocker to prevent window state loading creating blank dialogues. Fixes #4489 --- docs/en_US/release_notes_4_12.rst | 2 ++ web/package.json | 2 +- web/yarn.lock | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/en_US/release_notes_4_12.rst b/docs/en_US/release_notes_4_12.rst index c39cb949d..08aaac788 100644 --- a/docs/en_US/release_notes_4_12.rst +++ b/docs/en_US/release_notes_4_12.rst @@ -21,7 +21,9 @@ Bug fixes ********* | `Issue #4179 `_ - Fix generation of reverse engineered SQL for tables with Greenplum 5.x. +| `Issue #4229 `_ - Update wcDocker to allow the browser's context menu to be used except in tab strips and panel headers. | `Issue #4401 `_ - Ensure type names are properly encoded in the results grid. +| `Issue #4489 `_ - Update wcDocker to prevent window state loading creating blank dialogues. | `Issue #4490 `_ - Fix accessibility issue for checkbox in IE11. | `Issue #4492 `_ - Ensure the Query Tool doesn't throw an error when viewing the contents of a table with no columns. | `Issue #4496 `_ - Ensure columns can be created when they are IDENTITY fields with the CYCLE option enabled. diff --git a/web/package.json b/web/package.json index ba8d15282..def3184bb 100644 --- a/web/package.json +++ b/web/package.json @@ -94,7 +94,7 @@ "underscore": "^1.9.1", "underscore.string": "^3.3.5", "watchify": "~3.11.1", - "webcabin-docker": "git+https://github.com/EnterpriseDB/wcDocker/#41d8664d7c8e8f524426671df69a120127fff927", + "webcabin-docker": "git+https://github.com/EnterpriseDB/wcDocker/#c95d295382ac61159e571af9c3b8f4f8ae81746d", "wkx": "^0.4.6" }, "scripts": { diff --git a/web/yarn.lock b/web/yarn.lock index 8e4f8d598..f66d27821 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -8510,9 +8510,9 @@ watchpack@^1.5.0: graceful-fs "^4.1.2" neo-async "^2.5.0" -"webcabin-docker@git+https://github.com/EnterpriseDB/wcDocker/#41d8664d7c8e8f524426671df69a120127fff927": +"webcabin-docker@git+https://github.com/EnterpriseDB/wcDocker/#c95d295382ac61159e571af9c3b8f4f8ae81746d": version "2.2.4-dev" - resolved "git+https://github.com/EnterpriseDB/wcDocker/#41d8664d7c8e8f524426671df69a120127fff927" + resolved "git+https://github.com/EnterpriseDB/wcDocker/#c95d295382ac61159e571af9c3b8f4f8ae81746d" dependencies: FileSaver "^0.10.0" font-awesome "^4.7.0"