You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2014/07/15 22:46:06 UTC

[jira] [Created] (OFBIZ-5685) Setting a dependent question for question of type 'Boolean Yes/No' is not possible

Pierre Smits created OFBIZ-5685:
-----------------------------------

             Summary: Setting a dependent question for question of type 'Boolean Yes/No' is not possible
                 Key: OFBIZ-5685
                 URL: https://issues.apache.org/jira/browse/OFBIZ-5685
             Project: OFBiz
          Issue Type: Bug
          Components: content
    Affects Versions: Trunk, Release Branch 11.04, Release Branch 12.04, Release Branch 13.07
            Reporter: Pierre Smits


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:
{code}
<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>
{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)