svn commit: r931775 - /ofbiz/trunk/framework/webtools/widget/ArtifactInfoScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r931775 - /ofbiz/trunk/framework/webtools/widget/ArtifactInfoScreens.xml

lektran
Author: lektran
Date: Thu Apr  8 04:08:50 2010
New Revision: 931775

URL: http://svn.apache.org/viewvc?rev=931775&view=rev
Log:
Increase the transaction timeout for rendering the artifact info screen

Modified:
    ofbiz/trunk/framework/webtools/widget/ArtifactInfoScreens.xml

Modified: ofbiz/trunk/framework/webtools/widget/ArtifactInfoScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/ArtifactInfoScreens.xml?rev=931775&r1=931774&r2=931775&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/ArtifactInfoScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/ArtifactInfoScreens.xml Thu Apr  8 04:08:50 2010
@@ -20,7 +20,7 @@ under the License.
 
 <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd">
-    <screen name="ArtifactInfo">
+    <screen name="ArtifactInfo" transaction-timeout="180">
         <section>
             <condition>
                 <if-has-permission permission="ARTIFACT_INFO_VIEW"/>