[Yanel-commits] rev 44765 - public/yanel/trunk/src/webapp/WEB-INF

michi at wyona.com michi at wyona.com
Thu Sep 17 14:02:40 CEST 2009


Author: michi
Date: 2009-09-17 14:02:40 +0200 (Thu, 17 Sep 2009)
New Revision: 44765

Modified:
   public/yanel/trunk/src/webapp/WEB-INF/web.xml
Log:
note re backwards compatibility added

Modified: public/yanel/trunk/src/webapp/WEB-INF/web.xml
===================================================================
--- public/yanel/trunk/src/webapp/WEB-INF/web.xml	2009-09-17 11:59:02 UTC (rev 44764)
+++ public/yanel/trunk/src/webapp/WEB-INF/web.xml	2009-09-17 12:02:40 UTC (rev 44765)
@@ -49,7 +49,7 @@
     <!-- If a resource is workflowable, has a workflow, but is not live yet, then the most recent version shall be displayed in order to stay backwards compatible -->
     <init-param>
       <param-name>workflow.not-live.most-recent-version</param-name>
-      <param-value>true</param-value>
+      <param-value>true</param-value> <!--The default value needs to be true in order to stay backwards compatible -->
       <!--<param-value>false</param-value>-->
     </init-param>
 



More information about the Yanel-commits mailing list