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

[jira] [Closed] (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 ]

Ashish Vijaywargiya closed OFBIZ-5685.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: Release Branch 12.04
                   Release Branch 13.07
                   Upcoming Branch

Thanks Pierre for creating the issue. 

Thanks Deepak for the contribution. Your changes are committed on following revisions: 

trunk - r1646939
R13.07 - 1646940
R12.04 - 1646940

> 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
>            Assignee: Ashish Vijaywargiya
>             Fix For: Upcoming Branch, Release Branch 13.07, Release Branch 12.04
>
>         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)