Thanks, fixed, see https://issues.apache.org/jira/browse/OFBIZ-4873

Jacques

Ranjit Singh wrote:
I have already logged a bug related to this issue couple of days back but I
can't see any progress into this. Am i missing something?



On Thu, May 10, 2012 at 12:05 PM, Jacques Le Roux <
[email protected]> wrote:

Please contribute https://cwiki.apache.org/**confluence/display/OFBADMIN/*
*OFBiz+Contributors+Best+**Practices<https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices>

Thanks

Jacques

From: "Ranjit Singh" <[email protected]>

Hi,

I have just found a bug in ftl file -
framework/widget/templates/**csvFormMacroLibrary.ftl,
Can someone log a bug and fix it ASAP.

Here are the issue - details

Line#53 <#macro renderFieldTitle style title id
fieldHelpText=""><@renderField title />,</#macro>
Line#116: <#macro renderSortField style title linkUrl
ajaxEnabled><@renderFieldTitle style title /></#macro>

In the line#116 id argument is not specified when calling
"renderFieldTitle"
so its throwing error. I think we may need to change the signature of
macro
renderFieldTitle as below -

<#macro renderFieldTitle style title *id=""* fieldHelpText="">

Thanks,
Ranjit

Reply via email to