You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2012/04/29 14:16:51 UTC

[jira] [Closed] (OFBIZ-4739) View Calendar Broken in Party Manager > Relationships

     [ https://issues.apache.org/jira/browse/OFBIZ-4739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-4739.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
                   Release Branch 11.04
                   Release Branch 10.04
         Assignee: Jacques Le Roux

Fixed in 
trunk at r1331898  
R11.04 at r1331899
R10.04 at r1331890

For R10.04 I could have left is as is (it worked) but for cosmectic consistency (calendar icon) I backported it also.

This was due to MacroScreenRenderer.renderScreenletSubWidget() calling HtmlFormRenderer instead of MacroFormRenderer. So there was still a call to the old, now inexistent, call_cal js function.

So this not only fixes this case but also all other similar cases (when a navigation-form-name screenlet attribute was used and a date field used in the related form).

I have also checked there are no other uses of HtmlFormRenderer but in MacroScreenRenderer. So I think w are safe from other side effects...


                
> View Calendar Broken in Party Manager > Relationships
> -----------------------------------------------------
>
>                 Key: OFBIZ-4739
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4739
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Tom Burns
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk
>
>
> To reproduce:
> Lookup a party in Party Manager say "Company"
> Click Relationships Tab
> In the Relationships section click the Calendar icon (ListPartyRelationships <field name="thruDate"><date-time/></field>)
> Expected: Calendar to pop up
> Actual: Nothing

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira