You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/12/01 19:10:00 UTC

svn commit: r1816899 - in /ofbiz/ofbiz-framework/trunk/framework/common: config/general.properties data/CommonSystemPropertyData.xml

Author: jleroux
Date: Fri Dec  1 19:10:00 2017
New Revision: 1816899

URL: http://svn.apache.org/viewvc?rev=1816899&view=rev
Log:
Improved: Make the general.SystemPropertyValue same than the related property 
in general properties
(OFBIZ-9924)

only VISUAL_THEME value was concerned

Modified:
    ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties
    ofbiz/ofbiz-framework/trunk/framework/common/data/CommonSystemPropertyData.xml

Modified: ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties?rev=1816899&r1=1816898&r2=1816899&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties (original)
+++ ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties Fri Dec  1 19:10:00 2017
@@ -27,7 +27,7 @@ currency.uom.id.default=USD
 # -- the default organizationPartyId for used in dropdowns and reports
 ORGANIZATION_PARTY=Company
 # ID of the VisualTheme to use if there is no VISUAL_THEME UserPreference record for the current user (ie default value)
-VISUAL_THEME=TOMAHAWK
+VISUAL_THEME=RAINBOWSTONE_SAPHIR
 
 # -- the default decimal format for currency (used in UtilFormatOut.java)
 currency.decimal.format=#,##0.00

Modified: ofbiz/ofbiz-framework/trunk/framework/common/data/CommonSystemPropertyData.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/data/CommonSystemPropertyData.xml?rev=1816899&r1=1816898&r2=1816899&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/common/data/CommonSystemPropertyData.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/common/data/CommonSystemPropertyData.xml Fri Dec  1 19:10:00 2017
@@ -19,7 +19,7 @@
 -->
 <entity-engine-xml>
     <SystemProperty systemResourceId="general" systemPropertyId="ORGANIZATION_PARTY" systemPropertyValue="Company" description="the default organizationPartyId for used in dropdowns and reports"/>
-    <SystemProperty systemResourceId="general" systemPropertyId="VISUAL_THEME" systemPropertyValue="FLAT_GREY" description="ID of the VisualTheme to use if there is no VISUAL_THEME UserPreference record for the current user (ie default value)"/>
+    <SystemProperty systemResourceId="general" systemPropertyId="VISUAL_THEME" systemPropertyValue="RAINBOWSTONE_SAPHIR" description="ID of the VisualTheme to use if there is no VISUAL_THEME UserPreference record for the current user (ie default value)"/>
     <SystemProperty systemResourceId="general" systemPropertyId="currency.uom.id.default" systemPropertyValue="USD" description="The default currency to use for prices, etc"/>
     <SystemProperty systemResourceId="general" systemPropertyId="country.geo.id.default" systemPropertyValue="USA" description="the default country for drop downs"/>
     <SystemProperty systemResourceId="general" systemPropertyId="partner.trackingCodeId.default" systemPropertyValue="" description="the default trackingCodeId to use for Partner Managed Tracking Codes"/>