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.gitThe 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 <
[hidden email]>
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="<@ofbizUrl>createKeywordThesaurus</@ofbizUrl>">
<div>
${keyword.enteredKeyword}
<form method="post" action="<@ofbizUrl>deleteKeywordThesaurus</@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="<@ofbizUrl>createKeywordThesaurus</@ofbizUrl>">
<div>
<input type="hidden" name="enteredKeyword" value="${keyword.enteredKeyword}" />
<span class="label">${uiLabelMap.ProductAlternate}</span><input type="text" name="alternateKeyword" size="10" />