[OFBiz] SVN: r7209 - trunk/applications/content/script/org/ofbiz/content/survey

jonesde@svn.ofbiz.org jonesde at svn.ofbiz.org
Wed Apr 5 19:22:46 CDT 2006


Author: jonesde
Date: 2006-04-05 19:22:43 -0500 (Wed, 05 Apr 2006)
New Revision: 7209

Modified:
   trunk/applications/content/script/org/ofbiz/content/survey/SurveyServices.xml
Log:
Fixed error reported by Si Chen; the processSurveyResponseInline simple-method used the default where login is required but the method that called it did not require login so it could be used in a checkout process, etc

Modified: trunk/applications/content/script/org/ofbiz/content/survey/SurveyServices.xml
===================================================================
--- trunk/applications/content/script/org/ofbiz/content/survey/SurveyServices.xml	2006-04-05 21:28:25 UTC (rev 7208)
+++ trunk/applications/content/script/org/ofbiz/content/survey/SurveyServices.xml	2006-04-06 00:22:43 UTC (rev 7209)
@@ -596,7 +596,7 @@
             </if-validate-method>
         </if-compare>
     </simple-method>
-    <simple-method method-name="processSurveyResponseInline" short-description="processSurveyResponseInline">
+    <simple-method method-name="processSurveyResponseInline" short-description="processSurveyResponseInline" login-required="false">
         <if-not-empty field-name="currentAnswers">
             <set field="responseAnswer" from-field="currentAnswers.${currentFieldName}"/>
         </if-not-empty>



More information about the Svn mailing list