You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Deepak Dixit (JIRA)" <ji...@apache.org> on 2014/12/20 10:45:13 UTC

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

     [ https://issues.apache.org/jira/browse/OFBIZ-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepak Dixit updated OFBIZ-5685:
--------------------------------
    Attachment: OFBIZ-5685.patch

Here is the patch for this issue.
Added  missing value attribute for option tag.

> 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: Release Branch 11.04, Release Branch 12.04, Release Branch 13.07, Trunk
>            Reporter: Pierre Smits
>         Attachments: OFBIZ-5685.patch
>
>
> 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.3.4#6332)