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

Setting a dependent question for question of type 'Boolean Yes/No' is not possible

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Release Branch 11.04, Release Branch 12.04, Release Branch 13.07, Trunk
    • 14.12.01, 12.04.06, 13.07.02
    • content
    • None

    Description

      When having question 1 of type 'Boolean Yes/No' a second question being dependent on one of either options can not be set to be dependent on question 1.

      This is due to the fact that the select options Yes and No don't have an option value assigned. See code exerpt from html source below:

      <div>Did you enjoy the show?</div>
      </td>
      <td width="1">&nbsp;</td>
      <td align="right">
      <select name="answers_10020">
        <option value=""></option>
        <option selected="selected">Y</option>
        <option >N</option>
      </select>
      

      Attachments

        1. OFBIZ-5685.patch
          1 kB
          Deepak Dixit

        Activity

          People

            toashishvijay Ashish Vijaywargiya
            pierresmits Pierre Smits
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: