You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/09/23 18:02:03 UTC

svn commit: r818150 - /ofbiz/trunk/specialpurpose/ecommerce/data/DemoTreeContent.xml

Author: jleroux
Date: Wed Sep 23 16:02:03 2009
New Revision: 818150

URL: http://svn.apache.org/viewvc?rev=818150&view=rev
Log:
Fix a bug reported by Evan Fowler on user ML

Looking under WebStore' CMS in admin's Content/WebSites tabs, the browser seems to crash when trying to run the scripts to load the CMS. The exact error, when testing it in both Firefox and Safari, show a script that has stopped responding and the CMS trees fail to load and display.

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/data/DemoTreeContent.xml

Modified: ofbiz/trunk/specialpurpose/ecommerce/data/DemoTreeContent.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/data/DemoTreeContent.xml?rev=818150&r1=818149&r2=818150&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/data/DemoTreeContent.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/data/DemoTreeContent.xml Wed Sep 23 16:02:03 2009
@@ -90,7 +90,6 @@
     <ContentAssoc contentId="GENERAL" contentIdTo="FACT_4" contentAssocTypeId="SUB_CONTENT" fromDate="2006-01-12 01:01:01" sequenceNum=""/>
     <ContentAssoc contentId="GENERAL" contentIdTo="FACT_5" contentAssocTypeId="SUB_CONTENT" fromDate="2006-01-12 01:01:01" sequenceNum=""/>
 
-    <ContentAssoc contentId="STORE_POLICIES" contentIdTo="STORE_POLICIES" contentAssocTypeId="SUB_CONTENT" fromDate="2006-01-12 01:01:01" sequenceNum=""/>
     <ContentAssoc contentId="STORE_POLICIES" contentIdTo="STORE_POLICIES2" contentAssocTypeId="SUB_CONTENT" fromDate="2006-01-12 01:01:01" sequenceNum=""/>
 
-</entity-engine-xml>
\ No newline at end of file
+</entity-engine-xml>