Author: jleroux
Date: Fri May 10 17:01:12 2019
New Revision: 1859087
URL:
http://svn.apache.org/viewvc?rev=1859087&view=revLog:
Fixed: Replace request-redirect w/ no redirect-param attribute by
request-redirect-noparam
(OFBIZ-9997)
At least importContactListParties in marketing component needs
request-redirect instead of request-redirect-noparam
This reverts it.
Others still needs to be checked.
It seems getting to navigateContent in content component is OK, but not totally
sure yet
DeleteProductManufacturingRule seems weird to me because I don't understand how
to create several Manufacturing Rules. I'll check Sharan's book :)
WIP...
Modified:
ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/marketing/WEB-INF/controller.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/marketing/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/marketing/WEB-INF/controller.xml?rev=1859087&r1=1859086&r2=1859087&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/marketing/WEB-INF/controller.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/marketing/WEB-INF/controller.xml Fri May 10 17:01:12 2019
@@ -301,7 +301,7 @@ under the License.
<request-map uri="importContactListParties">
<security https="true" auth="true"/>
<event type="simple" path="component://marketing/minilang/marketing/contact/ContactListEvents.xml" invoke="importContactListParties"/>
- <response name="success" type="request-redirect-noparam" value="FindImportContactListParties"/>
+ <response name="success" type="request-redirect" value="FindImportContactListParties"/>
<response name="error" type="request-redirect" value="FindImportContactListParties"/>
</request-map>
<request-map uri="contactListOptOut" track-serverhit="false" track-visit="false">