svn commit: r539697 - /ofbiz/trunk/framework/webtools/webapp/webtools/entity/FindGeneric.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r539697 - /ofbiz/trunk/framework/webtools/webapp/webtools/entity/FindGeneric.ftl

jacopoc
Author: jacopoc
Date: Fri May 18 23:39:15 2007
New Revision: 539697

URL: http://svn.apache.org/viewvc?view=rev&rev=539697
Log:
Fix for broken delete link in find generic entity screen.
Thanks to Krzysztof Podejma for the bug report in OFBIZ-953

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/FindGeneric.ftl

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/FindGeneric.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/FindGeneric.ftl?view=diff&rev=539697&r1=539696&r2=539697
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/FindGeneric.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/FindGeneric.ftl Fri May 18 23:39:15 2007
@@ -100,7 +100,7 @@
                 <td class="button-col">
                     <a href='<@ofbizUrl>ViewGeneric?${record.findString}</@ofbizUrl>'>${uiLabelMap.CommonView}</a>
                 <#if hasDeletePermission == 'Y'>
-                    <a href='<@ofbizUrl>UpdateGeneric?${record.findString}&amp;UPDATE_MODE=DELETE&amp;${curFindString}</@ofbizUrl>'>${uiLabelMap.CommonDelete}</a>
+                    <a href='<@ofbizUrl>UpdateGeneric?${record.findString}&amp;UPDATE_MODE=DELETE</@ofbizUrl>'>${uiLabelMap.CommonDelete}</a>
                 </#if>
                 </td>
                 <#list fieldList as field>