svn commit: r1806345 - /ofbiz/ofbiz-framework/trunk/themes/common/widget/CommonScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1806345 - /ofbiz/ofbiz-framework/trunk/themes/common/widget/CommonScreens.xml

Deepak Dixit-5
Author: deepak
Date: Sun Aug 27 10:16:32 2017
New Revision: 1806345

URL: http://svn.apache.org/viewvc?rev=1806345&view=rev
Log:
Fixed: Groovy MissingPropertyException related to theme.(OFBIZ-9657)

Modified:
    ofbiz/ofbiz-framework/trunk/themes/common/widget/CommonScreens.xml

Modified: ofbiz/ofbiz-framework/trunk/themes/common/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/widget/CommonScreens.xml?rev=1806345&r1=1806344&r2=1806345&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/common/widget/CommonScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/themes/common/widget/CommonScreens.xml Sun Aug 27 10:16:32 2017
@@ -396,7 +396,7 @@ under the License.
                         <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
                         <set field="searchType" from-field="parameters.searchType" default-value="${searchType}"/>
                         <set field="autocompleterViewSize" from-field="parameters.autocompleterViewSize"
-                             default-value="${groovy: theme.getModelTheme().getAutocompleterDefaultViewSize()}"/>
+                             default-value="${groovy: modelTheme.getAutocompleterDefaultViewSize()}"/>
                         <script location="component://common/groovyScripts/FindAutocompleteOptions.groovy"/>
                     </actions>
                     <widgets>