You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2020/02/18 09:13:16 UTC

[ofbiz-framework] branch release18.12 updated: Fixed: Alternate KeyWord Thesaurus functionality does not work properly. (OFBIZ-11291)

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

mbrohl pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 3704a9b  Fixed: Alternate KeyWord Thesaurus functionality does not work properly. (OFBIZ-11291)
3704a9b is described below

commit 3704a9b1ee5016ca50a03e9df8ec2f610a9ca36b
Author: Michael Brohl <mb...@apache.org>
AuthorDate: Tue Feb 18 10:11:06 2020 +0100

    Fixed: Alternate KeyWord Thesaurus functionality does not work properly.
    (OFBIZ-11291)
    
    Thanks Pawan Verma for reporting and Wiebke Pätzold for providing the
    patch.
---
 applications/product/template/thesaurus/EditKeywordThesaurus.ftl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/applications/product/template/thesaurus/EditKeywordThesaurus.ftl b/applications/product/template/thesaurus/EditKeywordThesaurus.ftl
index 55f79c4..b7ccb91 100644
--- a/applications/product/template/thesaurus/EditKeywordThesaurus.ftl
+++ b/applications/product/template/thesaurus/EditKeywordThesaurus.ftl
@@ -54,15 +54,14 @@ under the License.
                 </#if>
                 <tr valign="middle"<#if "1" == rowClass> class="alternate-row"</#if>>
                   <td>
-                    <form method="post" action="<@o...@ofbizUrl>">
                       <div>
                         ${keyword.enteredKeyword}
                         <form method="post" action="<@o...@ofbizUrl>" name="deleteKeywordThesaurus">
                           <input type="hidden" name="enteredKeyword" value="${keyword.enteredKeyword}" />
-                          <input type="hidden" name="alternateKeyword" value="${keyword.alternateKeyword}" />
                           <input type="submit" value="${uiLabelMap.CommonDeleteAll}" />
                         </form>
                       </div>
+                    <form method="post" action="<@o...@ofbizUrl>">
                       <div>
                         <input type="hidden" name="enteredKeyword" value="${keyword.enteredKeyword}" />
                         <span class="label">${uiLabelMap.ProductAlternate}</span><input type="text" name="alternateKeyword" size="10" />