-
Bug
-
Resolution: Unresolved
-
Major
-
4.1.5
-
None
The name of the input hidden seems to have been renamed into the pagination-input-hidden template :
Before :
<xsl:choose>
<xsl:when test="/search/sort-by-title-for-sorting">
<input type="hidden" name="sort-by-title-for-sorting"/>
</xsl:when>
<xsl:when test="/search/sort-by-date">
<input type="hidden" name="sort-by-date"/>
</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
After :
<xsl:choose>
<xsl:when test="/search/sort-by-title_sort">
<input type="hidden" name="sort-by-title_sort"/>
</xsl:when>
<xsl:when test="/search/sort-by-lastValidation">
<input type="hidden" name="sort-by-lastValidation"/>
</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
- Est dupliqué par
-
ODF-4051 Résultat de recherche avec "trier par: titre ou pertinence"
-
- Resolved
-
-
ODF-3227 Sur le front, quand le tri est modifié, il n'est pas pris en compte à partir de la 2ème page
-
- Closed
-
- Fait partie de
-
CMS-9538 the search_3.3.xsl has a reference to a sort-by-last-validation fields that does not exist
-
- Open
-