diff --git a/composer.json b/composer.json
index fb22b74..678c9cb 100644
--- a/composer.json
+++ b/composer.json
@@ -65,7 +65,7 @@
                 "2700597 - Explicitly set the Panels IPE URL root when saving in Panelizer":
                 "https://www.drupal.org/files/issues/panelizer-ipe-url-root-handling.patch",
                 "2664682 - Implement admin UI for editing Panelizer defaults":
-                "https://www.drupal.org/files/issues/2664682-49.patch"
+                "https://www.drupal.org/files/issues/2664682-55.patch"
             },
             "drupal/panels": {
                 "2747739 - Mega Patch":
diff --git a/composer.lock b/composer.lock
index 4157105..85bfe88 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "hash": "7c7e2e87da28bb998d2056fb572d427c",
-    "content-hash": "d71460c702de0c5d35db202f791fe81c",
+    "hash": "1f3097be197ccd6c1d6dc3686ed9f8c8",
+    "content-hash": "28abfa473949b64cbd81629223808822",
     "packages": [
         {
             "name": "composer/installers",
@@ -615,15 +615,15 @@
         },
         {
             "name": "drupal/acquia_connector",
-            "version": "8.1.3",
+            "version": "8.1.4",
             "source": {
                 "type": "git",
                 "url": "https://git.drupal.org/project/acquia_connector",
-                "reference": "27291c409c70def252bb4426835aeb62ce6f0c74"
+                "reference": "36f7bebc88b4c18af5aa23d5fd8555839b6c7af9"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://ftp.drupal.org/files/projects/acquia_connector-8.x-1.3.zip",
+                "url": "https://ftp.drupal.org/files/projects/acquia_connector-8.x-1.4.zip",
                 "reference": null,
                 "shasum": null
             },
@@ -650,7 +650,7 @@
             ],
             "description": "Allows Drupal to securely communicate with the Acquia Subscription, and checks for updates to Acquia Drupal.",
             "homepage": "https://www.drupal.org/project/acquia_connector",
-            "time": "2016-07-14 13:17:54"
+            "time": "2016-08-04 13:16:46"
         },
         {
             "name": "drupal/config_update",
@@ -1500,7 +1500,7 @@
                     "2747739 - Mega Patch": "https://www.drupal.org/files/issues/panelizer--alpha2-1ddfa61--2747739-5.patch",
                     "2701349 - Generate new UUIDs for displays when switching from default to field storage": "https://www.drupal.org/files/issues/2701349-2.patch",
                     "2700597 - Explicitly set the Panels IPE URL root when saving in Panelizer": "https://www.drupal.org/files/issues/panelizer-ipe-url-root-handling.patch",
-                    "2664682 - Implement admin UI for editing Panelizer defaults": "https://www.drupal.org/files/issues/2664682-49.patch"
+                    "2664682 - Implement admin UI for editing Panelizer defaults": "https://www.drupal.org/files/issues/2664682-55.patch"
                 }
             },
             "notification-url": "https://packagist.drupal-composer.org/downloads/",
diff --git a/drupal-org.make b/drupal-org.make
index ee04cc7..13e436b 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -4,7 +4,7 @@ defaults[projects][subdir] = contrib
 projects[acquia_connector][type] = module
 projects[acquia_connector][download][type] = git
 projects[acquia_connector][download][url] = https://git.drupal.org/project/acquia_connector
-projects[acquia_connector][download][tag] = 8.x-1.3
+projects[acquia_connector][download][tag] = 8.x-1.4
 projects[config_update][type] = module
 projects[config_update][download][type] = git
 projects[config_update][download][url] = https://git.drupal.org/project/config_update.git
@@ -76,7 +76,7 @@ projects[panelizer][download][tag] = 8.x-3.0-alpha2
 projects[panelizer][patch][] = https://www.drupal.org/files/issues/panelizer--alpha2-1ddfa61--2747739-5.patch
 projects[panelizer][patch][] = https://www.drupal.org/files/issues/2701349-2.patch
 projects[panelizer][patch][] = https://www.drupal.org/files/issues/panelizer-ipe-url-root-handling.patch
-projects[panelizer][patch][] = https://www.drupal.org/files/issues/2664682-49.patch
+projects[panelizer][patch][] = https://www.drupal.org/files/issues/2664682-55.patch
 projects[panels][type] = module
 projects[panels][download][type] = git
 projects[panels][download][url] = https://git.drupal.org/project/panels
diff --git a/tests/features/layout/panelizer_wizard.feature b/tests/features/layout/panelizer_wizard.feature
index 2337150..25b2b71 100644
--- a/tests/features/layout/panelizer_wizard.feature
+++ b/tests/features/layout/panelizer_wizard.feature
@@ -90,6 +90,22 @@ Feature: Panelizer Wizard
     Then the "Full content" field should be disabled
 
   @javascript
+  Scenario:  Block placement on non-default displays are preserved after re-saving the entity.
+    Given I am logged in as a user with the "layout_manager,landing_page_creator" role
+    And landing_page content:
+      | title  | path    | moderation_state |
+      | Foobar | /foobar | draft            |
+    When I visit "/foobar"
+    And I click "Edit draft"
+    And I select "two_column" from "Full content"
+    And I press "Save"
+    And I place the "views_block:who_s_online-who_s_online_block" block from the "Lists (Views)" category
+    And I save the layout
+    And I click "Edit draft"
+    And I press "Save"
+    Then I should see a "views_block:who_s_online-who_s_online_block" block
+
+  @javascript
   Scenario: Create a new layout using the Panelizer Wizard
     Given I am logged in as a user with the "layout_manager" role
     When I go to "/admin/structure/panelizer/add/node/landing_page/full"
diff --git a/tests/features/whoIsOnline.png b/tests/features/whoIsOnline.png
new file mode 100644
index 0000000..0724b13
Binary files /dev/null and b/tests/features/whoIsOnline.png differ
