From f2edd9682b458c2272c68213eea5ad668afab60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Thu, 23 Jan 2020 19:51:06 +0100 Subject: [PATCH] Remove this part until we see the need for this --- .../src/common/services/umbdataformatter.service.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/services/umbdataformatter.service.js b/src/Umbraco.Web.UI.Client/src/common/services/umbdataformatter.service.js index f7a7a52ee8..e23dfe74a7 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/umbdataformatter.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/umbdataformatter.service.js @@ -427,12 +427,6 @@ _.each(invariantProperties, function (invProp) { var tab = variant.tabs[invProp.tabIndex]; - var prop = tab.properties[invProp.propIndex]; - - if (prop.segment) { - // Do not touch segmented properties - return; - } tab.properties[invProp.propIndex] = invProp.property; });