BugFix for lastModified in Mandalay

git-svn-id: https://svn.libreccm.org/ccm/trunk@2757 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-07-15 07:21:04 +00:00
parent f9255848d2
commit 922f389bd7
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
name="ScientificCMS"
prettyName="Scientific CMS"
version="2.3.0"
release="devel-SNAPSHOT-r2721"
release="devel-SNAPSHOT-r2755"
webxml="sci-web.xml"
portletxml="sci-portlet.xml"
webapp="libreccm"

View File

@ -412,7 +412,7 @@
<!-- Fallback -->
<xsl:otherwise>
<!-- Don't use the fallback when an object list is present -->
<xsl:if test="not($resultTree//nav:objectList)">
<xsl:if test="not($resultTree//nav:objectList or $resultTree//publications or $resultTree//projects)">
<xsl:apply-templates select="$resultTree//auditing"
mode="auditing"/>
</xsl:if>