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 2011/10/17 17:56:45 UTC

svn commit: r1185270 - /ofbiz/trunk/applications/party/webapp/partymgr/visit/visitdetail.ftl

Author: jleroux
Date: Mon Oct 17 15:56:45 2011
New Revision: 1185270

URL: http://svn.apache.org/viewvc?rev=1185270&view=rev
Log:
A patch from Wai "disable Page Push/Following...Push URL...Follow session feature" https://issues.apache.org/jira/browse/OFBIZ-4488

The UI associated with this functionality has been disabled to prevent confusion.

Associated postings for this issue:
http://ofbiz.135035.n4.nabble.com/Page-Push-Following-Push-URL-Follow-session-td3903077.html
http://ofbiz.135035.n4.nabble.com/Fw-Page-Push-Following-Push-URL-Follow-session-td3910266.html

jleroux: this is not really a bug, rather an incompleted feature, so I will not backport

Modified:
    ofbiz/trunk/applications/party/webapp/partymgr/visit/visitdetail.ftl

Modified: ofbiz/trunk/applications/party/webapp/partymgr/visit/visitdetail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/visit/visitdetail.ftl?rev=1185270&r1=1185269&r2=1185270&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/visit/visitdetail.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/visit/visitdetail.ftl Mon Oct 17 15:56:45 2011
@@ -168,13 +168,19 @@ under the License.
       </#if>
   </div>
 </div>
+
+<!--
+*******************************************************************************
+JIRA OFBIZ-4488: BEGIN
+https://issues.apache.org/jira/browse/OFBIZ-4488
+*******************************************************************************
 <div class="screenlet">
   <div class="screenlet-title-bar">
     <ul>
       <li class="h3">${uiLabelMap.PartyPagePushFollowing}</li>
     </ul>
     <br class="clear"/>
-  </div>
+  </div>  
   <div class="screenlet-body">
       <#if security.hasPermission("SEND_CONTROL_APPLET", session)>
         <table class="basic-table" cellspacing="0">
@@ -207,3 +213,8 @@ under the License.
       </#if>
   </div>
 </div>
+*******************************************************************************
+JIRA OFBIZ-4488: END
+*******************************************************************************
+-->
+