Project

General

Profile

« Previous | Next » 

Revision 4989

sort workflow run results by:
-date executed (desc)
-tpc name (asc)

View differences:

lib/style/common/searchWorkflowRunResultset.xsl
50 50
			if there are not then don't show the query results -->
51 51
		<xsl:if test="count(resultset/document) &gt; 0">
52 52
			<xsl:for-each select="resultset/document">
53
				<xsl:sort select='./param[@name="/property[@name=&apos;WorkflowRun&apos;]/property[@name=&apos;startTime&apos;]/@value"]' order='descending' />
54
				<xsl:sort select='./param[@name="/property[@name=&apos;WorkflowRun&apos;]/property[@name=&apos;workflowName&apos;]/@value"]' />
53 55
				<div>
54 56
					<xsl:attribute name="class">
55 57
						<xsl:choose>

Also available in: Unified diff