Author: jleroux
Date: Sat May 12 21:02:25 2012
New Revision: 1337652
URL:
http://svn.apache.org/viewvc?rev=1337652&view=revLog:
"Applied fix from trunk for revision: 1337644"
------------------------------------------------------------------------
r1337644 | jleroux | 2012-05-12 22:52:30 +0200 (sam., 12 mai 2012) | 8 lines
Moves the line
<set field="layoutSettings.suppressTab" value="ofbizsetup"/><!-- diseable ofbiz setup by default -->
from ApplicationDecorator to GlobalDecorator screen.
This in order to prevent showing the Setup application in all framework components (example, examplext, webtools) when demo data are loaded.
No side effects when loading only extseed data, Setup always shows (logical and tested)
------------------------------------------------------------------------
Modified:
ofbiz/branches/release11.04/framework/common/widget/CommonScreens.xml
Modified: ofbiz/branches/release11.04/framework/common/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/common/widget/CommonScreens.xml?rev=1337652&r1=1337651&r2=1337652&view=diff==============================================================================
--- ofbiz/branches/release11.04/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/branches/release11.04/framework/common/widget/CommonScreens.xml Sat May 12 21:02:25 2012
@@ -180,6 +180,7 @@ under the License.
<set field="appbarOpenTemplateLocation" from-field="layoutSettings.VT_NAV_OPEN_TMPLT[0]"/>
<set field="appbarCloseTemplateLocation" from-field="layoutSettings.VT_NAV_CLOSE_TMPLT[0]"/>
<set field="messagesTemplateLocation" from-field="layoutSettings.VT_MSG_TMPLT_LOC[0]"/>
+ <set field="layoutSettings.suppressTab" value="ofbizsetup"/><!-- diseable ofbiz setup by default -->
</actions>
<widgets>
<!-- render header -->