[ 
https://issues.apache.org/jira/browse/OFBIZ-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753263#action_12753263
 ] 

Jacques Le Roux commented on OFBIZ-2923:
----------------------------------------

http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices

Your patch in comment should be ok for this though...

> Find tracking code page not redering
> ------------------------------------
>
>                 Key: OFBIZ-2923
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2923
>             Project: OFBiz
>          Issue Type: Bug
>          Components: marketing
>    Affects Versions: Release Branch 4.0
>         Environment: Marketing application
>            Reporter: Garfield Heron
>             Fix For: Release Branch 4.0
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> the find tracking code page is not rendering.  The following patch fixes it.
> Index: 
> applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml
> ===================================================================
> --- 
> applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml    
>     (revision 754681)
> +++ 
> applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml    
>     (working copy)
> @@ -260,7 +260,7 @@
>          <alt-target use-when="trackingCodeType==null" 
> target="createTrackingCodeType"/>
>          
>          <field use-when="trackingCodeType!=null" name="trackingCodeTypeId" 
> title="${uiLabelMap.TrackingCodeTrackingCodeTypeId}" 
> tooltip="${uiLabelMap.CommonNotModifRecreat}" 
> widget-style="tabletext"><display/></field>
> -        <field 
> use-when="trackingCodeType==null&amp;&amp;trackingCodeTypeId==null" 
> name="trackingCodeTypeId" 
> title="${uiLabelMap.TrackingCodeTrackingCodeTypeId}"><§text/></field>
> +        <field 
> use-when="trackingCodeType==null&amp;&amp;trackingCodeTypeId==null" 
> name="trackingCodeTypeId" 
> title="${uiLabelMap.TrackingCodeTrackingCodeTypeId}"><text/></field>
>          <field 
> use-when="trackingCodeType==null&amp;&amp;trackingCodeTypeId!=null" 
> name="trackingCodeTypeId" 
> title="${uiLabelMap.TrackingCodeTrackingCodeTypeId}" 
> tooltip="${uiLabelMap.CommonCannotBeFound}: [${trackingCodeTypeId}]" 
> widget-style="tabletext"><display/></field>
>  
>          <field name="description" widget-style="inputBox" 
> title="${uiLabelMap.TrackingCodeTypeDescription}"><text/></field>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to