svn commit: r1055370 - /ofbiz/trunk/framework/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: r1055370 - /ofbiz/trunk/framework/common/widget/CommonScreens.xml

jleroux@apache.org
Author: jleroux
Date: Wed Jan  5 09:26:45 2011
New Revision: 1055370

URL: http://svn.apache.org/viewvc?rev=1055370&view=rev
Log:
Remove an useless commented out block of code after an exchange with Bilgin on dev ML. No functional changes

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

Modified: ofbiz/trunk/framework/common/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/CommonScreens.xml?rev=1055370&r1=1055369&r2=1055370&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Wed Jan  5 09:26:45 2011
@@ -94,14 +94,6 @@ under the License.
         <section>
             <actions>
                 <set field="autocompleteOptions" from-field="parameters.autocompleteOptions"/>
-                <!--
-                FIXME: Disabled because it represents a security hole.
-                <set field="entityName" from-field="parameters.entityName"/>
-                <set field="fieldName" from-field="parameters.fieldName"/>
-                <set field="selectFields" from-field="parameters.selectFields"/>
-                <set field="sortByFields" from-field="parameters.sortByFields"/>
-                <script location="component://common/webcommon/WEB-INF/actions/includes/FindAutocompleteOptions.groovy"/>
-                -->
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://common/webcommon/includes/ajaxAutocompleteOptions.ftl"/></html></platform-specific>