From 6a0b85f891afab5f2110f567208297853581037c Mon Sep 17 00:00:00 2001 From: Maksym Novik Date: Sat, 18 May 2019 16:25:29 +0300 Subject: [PATCH] Source Entity expansion with Pickup Location attributes #2182. open_hours -> frontend_description --- app/code/Magento/InventoryInStorePickup/etc/db_schema.xml | 2 +- .../Magento/InventoryInStorePickup/etc/db_schema_whitelist.json | 2 +- .../Magento/InventoryInStorePickup/etc/extension_attributes.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/code/Magento/InventoryInStorePickup/etc/db_schema.xml b/app/code/Magento/InventoryInStorePickup/etc/db_schema.xml index 340496832752..212798981252 100644 --- a/app/code/Magento/InventoryInStorePickup/etc/db_schema.xml +++ b/app/code/Magento/InventoryInStorePickup/etc/db_schema.xml @@ -18,6 +18,6 @@ - +
diff --git a/app/code/Magento/InventoryInStorePickup/etc/db_schema_whitelist.json b/app/code/Magento/InventoryInStorePickup/etc/db_schema_whitelist.json index 1a531c21bc15..fba14b449028 100644 --- a/app/code/Magento/InventoryInStorePickup/etc/db_schema_whitelist.json +++ b/app/code/Magento/InventoryInStorePickup/etc/db_schema_whitelist.json @@ -13,7 +13,7 @@ "column": { "is_pickup_location_active": true, "frontend_name": true, - "open_hours": true + "frontend_description": true } } } diff --git a/app/code/Magento/InventoryInStorePickup/etc/extension_attributes.xml b/app/code/Magento/InventoryInStorePickup/etc/extension_attributes.xml index 3633410dcc7b..d0e78a7879b6 100644 --- a/app/code/Magento/InventoryInStorePickup/etc/extension_attributes.xml +++ b/app/code/Magento/InventoryInStorePickup/etc/extension_attributes.xml @@ -16,6 +16,6 @@ - +