You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2011/03/13 18:05:30 UTC

svn commit: r1081154 - /ofbiz/trunk/applications/commonext/widget/CommonScreens.xml

Author: adrianc
Date: Sun Mar 13 17:05:30 2011
New Revision: 1081154

URL: http://svn.apache.org/viewvc?rev=1081154&view=rev
Log:
Removed an unnecessary service call from the ApplicationDecorator.

Modified:
    ofbiz/trunk/applications/commonext/widget/CommonScreens.xml

Modified: ofbiz/trunk/applications/commonext/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/CommonScreens.xml?rev=1081154&r1=1081153&r2=1081154&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/commonext/widget/CommonScreens.xml Sun Mar 13 17:05:30 2011
@@ -24,10 +24,6 @@ under the License.
         <section>
             <actions>
                 <property-map resource="CommonExtUiLabels" map-name="uiLabelMap" global="true"/>
-                <service service-name="getUserPreferenceGroup" result-map="prefResult">
-                    <field-map field-name="userPrefGroupTypeId" value="GLOBAL_PREFERENCES"/>
-                </service>
-                <set field="userPreferences" from-field="prefResult.userPrefMap" global="true"/>
                 <entity-one entity-name="PartyNameView" value-field="partyNameView">
                     <field-map field-name="partyId" from-field="userLogin.partyId"/>
                 </entity-one>