[ 
https://jira.nuxeo.com/browse/NXP-8067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anahide Tchertchian reassigned NXP-8067:
----------------------------------------

    Assignee: Anahide Tchertchian

> ChainSelects don't refresh correctly after ajax rendering
> ---------------------------------------------------------
>
>                 Key: NXP-8067
>                 URL: https://jira.nuxeo.com/browse/NXP-8067
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>            Reporter: Thomas Roger
>            Assignee: Anahide Tchertchian
>             Fix For: 6.0
>
>
> In Nuxeo DAM, the standard coverage and subjects widgets don't behave 
> correctly with AJAX rendering, when editing and saving an asset: the widget 
> in view mode do not display the new selected value in edit mode.
> For the coverage widget, the value in view mode is displayed with:
> {code}
> <c:if test="#{nxl:isLikeViewMode(widget.mode)}">
>   <nxdir:chainSelect id="#{widget.id}_viewselect" size="2" value="#{field}"
>     displayValueOnly="true">
>     <nxdir:chainSelectListbox index="0" size="0" directoryName="continent"
>       localize="true" id="#{widget.id}_continent" 
> displayObsoleteEntries="true" />
>     <nxdir:chainSelectListbox size="0" directoryName="country" index="1"
>       localize="true" id="#{widget.id}_country" displayObsoleteEntries="true" 
> />
>     <nxdir:chainSelectStatus display="value" id="#{widget.id}_status" />
>   </nxdir:chainSelect>
> </c:if>
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to