-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.4.2
-
Fix Version/s: 5.4.2-HF22, 5.4.2-HF25, 5.5.0-HF07, 5.5.0-HF10, 5.6-RC1, 5.6
-
Component/s: Seam / JSF UI
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:
<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>
Also, when user clicks on the "Clear filter" link displayed on top of the advanced search results, it empties all the fields except for the subjects and coverage fields. However the search results displayed correspond to a empty filter (all documents are found).