Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-2981

Edit Survey Response creates new, does not Update

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Release Branch 09.04, Trunk
    • None
    • content
    • None
    • minilang service

    Description

      I found that "Edit Survey Response" always creates a new response, instead of updating one, even if "allowUpdate" was set.

      I believe this is a bug in applications/content/script/org/ofbiz/content/survey/SurveyServices.xml

      Is it more complicated than I think, or was "lookupRespMap" just a typo?

      — applications/content/script/org/ofbiz/content/survey/SurveyServices.xml.orig 2009-09-30 00:27:18.000000000 -0700
      +++ applications/content/script/org/ofbiz/content/survey/SurveyServices.xml 2009-09-30 00:28:06.000000000 -0700
      @@ -475,7 +475,7 @@
      <!-- create/update the response -->
      <if-compare field="survey.allowUpdate" operator="equals" value="Y">
      <if-not-empty field="parameters.surveyResponseId">

      • <entity-one entity-name="SurveyResponse" value-field="lookupRespMap"/>
        + <entity-one entity-name="SurveyResponse" value-field="surveyResponse"/>
        </if-not-empty>
        </if-compare>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              james.mcgill James McGill
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: