This is an automated email from the ASF dual-hosted git repository.

deepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9dd4814d8 Removed unused commented code from MessageDisplay ftl file
9dd4814d8 is described below

commit 9dd4814d84acbe23b8d27c2d3be845d9f6dbe023
Author: Deepak Dixit <[email protected]>
AuthorDate: Mon Jun 30 15:43:32 2025 +0530

    Removed unused commented code from MessageDisplay ftl file
---
 ecommerce/template/forum/MessageDisplay.ftl | 24 +-----------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/ecommerce/template/forum/MessageDisplay.ftl 
b/ecommerce/template/forum/MessageDisplay.ftl
index 606eb2b44..8d297b145 100644
--- a/ecommerce/template/forum/MessageDisplay.ftl
+++ b/ecommerce/template/forum/MessageDisplay.ftl
@@ -34,26 +34,4 @@ under the License.
 </p>
 <p>
   ${forumMessage.description!}
-</p>
-
-<#--
-  <#assign result = dispatcher.runSync("getPublicForumMessage", 
Static["org.apache.ofbiz.base.util.UtilMisc"]
-      .toMap("contentId", contentId, "userLogin", userLogin))/>
-  <#if (result.resultData)??>
-    <div class="tableheadtext">
-        ${uiLabelMap.CommonTitle}: ${result.resultData.content.description!}
-        ${uiLabelMap.CommonBy}:${result.resultData.content.createdByUserLogin} 
${uiLabelMap.CommonAt}:
-        ${result.resultData.content.createdDate.toString().substring(0,16)}
-        <a 
href="addForumMessage?forumId=${parameters.forumId}&amp;forumMessageIdTo=${result.resultData.content.contentId}&amp;threadView=${parameters.threadView!}"
-            class="buttontext">${uiLabelMap.PartyReply}</a>
-    </div>
-    <div>
-        <#if result.resultData.electronicText??>
-          ${result.resultData.electronicText.textData}
-        </#if>
-    </div>
-    <hr />
-  <#else>
-      <div> ${result.errorMessage!}</div>
-</#if>
--->
+</p>
\ No newline at end of file

Reply via email to