Author: hansbak
Date: Mon Apr 20 08:38:35 2009
New Revision: 766618
URL: http://svn.apache.org/viewvc?rev=766618&view=rev
Log:
start forward and reply with status pending
Modified:
ofbiz/trunk/applications/manufacturing/ofbiz-component.xml
ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
ofbiz/trunk/framework/component-load.xml
ofbiz/trunk/specialpurpose/component-load.xml
Modified: ofbiz/trunk/applications/manufacturing/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/ofbiz-component.xml?rev=766618&r1=766617&r2=766618&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/manufacturing/ofbiz-component.xml Mon Apr 20
08:38:35 2009
@@ -55,6 +55,7 @@
server="default-server"
location="webapp/manufacturing"
base-permission="OFBTOOLS,MANUFACTURING"
+ app-bar-display="false"
mount-point="/manufacturing"/>
</ofbiz-component>
Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml?rev=766618&r1=766617&r2=766618&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Mon Apr 20
08:38:35 2009
@@ -388,6 +388,7 @@
<parameter param-name="communicationEventTypeId"
from-field="communicationEvent.communicationEventTypeId"/>
<parameter param-name="parentCommEventId"
from-field="parameters.communicationEventId"/>
<parameter param-name="my" value="My"/>
+ <parameter param-name="statusId" value="COM_PENDING"/>
</link>
</menu-item>
<menu-item name="forward" title="${uiLabelMap.PartyForward}">
@@ -403,6 +404,7 @@
<parameter param-name="communicationEventTypeId"
value="communicationEvent.communicationEventTypeId"/>
<parameter param-name="originalCommEventId"
from-field="parameters.communicationEventId"/>
<parameter param-name="my" value="My"/>
+ <parameter param-name="statusId" value="COM_PENDING"/>
</link>
</menu-item>
<menu-item name="createRequestFromCommEvent"
title="${uiLabelMap.PartyCreateRequestFromCommEvent}">
Modified: ofbiz/trunk/framework/component-load.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/component-load.xml?rev=766618&r1=766617&r2=766618&view=diff
==============================================================================
--- ofbiz/trunk/framework/component-load.xml (original)
+++ ofbiz/trunk/framework/component-load.xml Mon Apr 20 08:38:35 2009
@@ -25,12 +25,12 @@
<load-component component-location="catalina"/>
<!-- <load-component component-location="jetty"/> -->
<load-component component-location="security"/>
- <load-component component-location="datafile"/>
+ <!--load-component component-location="datafile"/-->
<load-component component-location="minilang"/>
<load-component component-location="common"/>
<load-component component-location="service"/>
<load-component component-location="entityext"/>
- <load-component component-location="bi"/>
+ <!--load-component component-location="bi"/-->
<load-component component-location="webapp"/>
<load-component component-location="guiapp"/>
<load-component component-location="widget"/>
@@ -39,6 +39,6 @@
<load-component component-location="webtools"/>
<load-component component-location="webslinger"/>
<load-component component-location="images"/>
- <load-component component-location="example"/>
- <load-component component-location="exampleext"/>
+ <!--load-component component-location="example"/>
+ <load-component component-location="exampleext"/-->
</component-loader>
Modified: ofbiz/trunk/specialpurpose/component-load.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/component-load.xml?rev=766618&r1=766617&r2=766618&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/component-load.xml (original)
+++ ofbiz/trunk/specialpurpose/component-load.xml Mon Apr 20 08:38:35 2009
@@ -20,17 +20,17 @@
<component-loader xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/component-loader.xsd">
- <load-component component-location="ecommerce"/>
+ <!--load-component component-location="ecommerce"/>
<load-component component-location="pos"/>
<load-component component-location="hhfacility"/>
<load-component component-location="assetmaint"/>
- <load-component component-location="cmssite"/>
+ <load-component component-location="cmssite"/-->
<load-component component-location="projectmgr"/>
- <load-component component-location="oagis"/>
+ <!--load-component component-location="oagis"/>
<load-component component-location="googlebase"/>
- <load-component component-location="ebay"/>
+ <load-component component-location="ebay"/-->
<load-component component-location="myportal"/>
- <load-component component-location="webpos"/>
+ <!--load-component component-location="webpos"/-->
<!-- <load-component component-location="workflow"/> -->
<!-- <load-component component-location="shark"/> -->
</component-loader>