You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2007/11/20 18:39:34 UTC

svn commit: r596749 - in /lenya/trunk/src/modules-core/sitemanagement/config/cocoon-xconf/tab: usecase-tab-acArchive.xconf usecase-tab-acTrash.xconf

Author: rfrovarp
Date: Tue Nov 20 09:39:26 2007
New Revision: 596749

URL: http://svn.apache.org/viewvc?rev=596749&view=rev
Log:
Fix NPE in bug 43916.

Modified:
    lenya/trunk/src/modules-core/sitemanagement/config/cocoon-xconf/tab/usecase-tab-acArchive.xconf
    lenya/trunk/src/modules-core/sitemanagement/config/cocoon-xconf/tab/usecase-tab-acTrash.xconf

Modified: lenya/trunk/src/modules-core/sitemanagement/config/cocoon-xconf/tab/usecase-tab-acArchive.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/sitemanagement/config/cocoon-xconf/tab/usecase-tab-acArchive.xconf?rev=596749&r1=596748&r2=596749&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/sitemanagement/config/cocoon-xconf/tab/usecase-tab-acArchive.xconf (original)
+++ lenya/trunk/src/modules-core/sitemanagement/config/cocoon-xconf/tab/usecase-tab-acArchive.xconf Tue Nov 20 09:39:26 2007
@@ -26,6 +26,7 @@
       <view uri="modules/sitemanagement/usecases/tab/acArchive.jx" menu="true">
         <tab group="site" name="acArchive"/>
       </view>
+      <parameter name="acArea" value="archive"/>
       <exit usecase="tab.acArchive"/>
     </component-instance>
   </xconf>

Modified: lenya/trunk/src/modules-core/sitemanagement/config/cocoon-xconf/tab/usecase-tab-acTrash.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/sitemanagement/config/cocoon-xconf/tab/usecase-tab-acTrash.xconf?rev=596749&r1=596748&r2=596749&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/sitemanagement/config/cocoon-xconf/tab/usecase-tab-acTrash.xconf (original)
+++ lenya/trunk/src/modules-core/sitemanagement/config/cocoon-xconf/tab/usecase-tab-acTrash.xconf Tue Nov 20 09:39:26 2007
@@ -26,6 +26,7 @@
       <view uri="modules/sitemanagement/usecases/tab/acTrash.jx" menu="true">
         <tab group="site" name="acTrash"/>
       </view>
+      <parameter name="acArea" value="trash"/>
       <exit usecase="tab.acTrash"/>
     </component-instance>
   </xconf>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org