Author: jleroux
Date: Sat May 12 21:01:54 2012 New Revision: 1337650 URL: http://svn.apache.org/viewvc?rev=1337650&view=rev Log: "Applied fix from trunk for revision: 1337644" (conflicts on GlobalActions handled by hand) ------------------------------------------------------------------------ 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/release10.04/ (props changed) ofbiz/branches/release10.04/applications/commonext/widget/CommonScreens.xml ofbiz/branches/release10.04/framework/common/widget/CommonScreens.xml Propchange: ofbiz/branches/release10.04/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1337644 Modified: ofbiz/branches/release10.04/applications/commonext/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/commonext/widget/CommonScreens.xml?rev=1337650&r1=1337649&r2=1337650&view=diff ============================================================================== --- ofbiz/branches/release10.04/applications/commonext/widget/CommonScreens.xml (original) +++ ofbiz/branches/release10.04/applications/commonext/widget/CommonScreens.xml Sat May 12 21:01:54 2012 @@ -36,7 +36,6 @@ under the License. <set field="line.url" value="/partymgr/control/viewprofile?partyId=${userLogin.partyId}"/> <set field="layoutSettings.topLines[]" from-field="line" global="true"/> <script location="component://commonext/webapp/ofbizsetup/organization/changeOrgPartyId.groovy"/><!-- to see ofbizsetup needs to be displayed --> - <set field="layoutSettings.suppressTab" value="ofbizsetup"/><!-- diseable ofbiz setup by default --> <!-- system info notes --> <service service-name="getLastSystemInfoNote" result-map="resultNote"/> <set field="linkStart" value="/myportal/control/showPortletMainDecorator?portalPortletId="/> Modified: ofbiz/branches/release10.04/framework/common/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/common/widget/CommonScreens.xml?rev=1337650&r1=1337649&r2=1337650&view=diff ============================================================================== --- ofbiz/branches/release10.04/framework/common/widget/CommonScreens.xml (original) +++ ofbiz/branches/release10.04/framework/common/widget/CommonScreens.xml Sat May 12 21:01:54 2012 @@ -136,6 +136,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 --> |
Free forum by Nabble | Edit this page |