You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ri...@apache.org on 2019/04/28 10:25:19 UTC

svn commit: r1858311 - in /ofbiz/ofbiz-plugins/trunk/msggateway: ofbiz-component.xml webapp/msggateway/WEB-INF/web.xml

Author: rishi
Date: Sun Apr 28 10:25:19 2019
New Revision: 1858311

URL: http://svn.apache.org/viewvc?rev=1858311&view=rev
Log:
Improved: Rename custom component for SMS gateway integration. Change main decorator location and app bar display setting.
(OFBIZ-10973)

Modified:
    ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml
    ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/web.xml

Modified: ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml?rev=1858311&r1=1858310&r2=1858311&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml Sun Apr 28 10:25:19 2019
@@ -44,5 +44,6 @@ under the License.
         server="default-server"
            location="webapp/msggateway"
         base-permission="OFBTOOLS,MSGGATEWAY"
-        mount-point="/msggateway"/>
+        mount-point="/msggateway"
+        app-bar-display="false"/>
 </ofbiz-component>

Modified: ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/web.xml?rev=1858311&r1=1858310&r2=1858311&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/web.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/msggateway/webapp/msggateway/WEB-INF/web.xml Sun Apr 28 10:25:19 2019
@@ -19,8 +19,8 @@ under the License.
 -->
 
 <web-app version="3.0">
-    <display-name>Apache OFBiz - Msg91 Component</display-name>
-    <description>Msg91 Component of the Apache OFBiz Project</description>
+    <display-name>Apache OFBiz - MsgGateway Component</display-name>
+    <description>MsgGateway Component of the Apache OFBiz Project</description>
 
     <!-- context-param>
         <param-name>webSiteId</param-name>
@@ -38,7 +38,7 @@ under the License.
     <context-param>
         <description>The location of the main-decorator screen to use for this webapp; referred to as a context variable in screen def XML files.</description>
         <param-name>mainDecoratorLocation</param-name>
-        <param-value>component://msg91/widget/CommonScreens.xml</param-value>
+        <param-value>component://msggateway/widget/CommonScreens.xml</param-value>
     </context-param>
     <context-param>
         <description>Remove unnecessary whitespace from HTML output.</description>