You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Tom Burns (Commented) (JIRA)" <ji...@apache.org> on 2012/04/06 18:41:22 UTC

[jira] [Commented] (OFBIZ-4787) Party Manager Default Country in Update

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

Tom Burns commented on OFBIZ-4787:
----------------------------------

Patch is a work around. 
In editcontactmech.ftl the inclusion of the Common Screen handling for Country drop down is removed and replaced with the logic form countries.ftl. 
An alternative would be to add logic to the Common Screen however it is used throughout the code base and require a lot more testing.   
                
> Party Manager Default Country in Update
> ---------------------------------------
>
>                 Key: OFBIZ-4787
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4787
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Priority: Minor
>         Attachments: OFBIZ-4787 defaultCountryGeoId.patch
>
>
> In Party Manager > Profile > Contact Information > Update  the "Country" drop down always defaults to "United States". 
> This is misleading if the Country is not "United States". 
> If a user were to change some other address element he/she would have to also re-set "Country" to keep it from being changed to "United States". 
> To reproduce:
> In Party Manager lookup a party with a "Postal Address" say "DemoSupplier"*
> In Contact Information > Postal Address Click "Update"
> In the Country field select any country but "United States" say Switzerland
> Click "Save"
> Note - 
> Expect drop down default after save = "Switzerland"
> Actual drop down default after save = "United States"
> Click "Go Back"
> Expect "Postal Address" country = "Switzerland"
> Actual "Postal Address" country = "Switzerland"
> Click 
> Click "Update"
> Expect drop down default to be "Switzerland"
> Actual "United States"
> * Note: 
> Select any party but Company.  
> It's Country can not be changed because a foreign missing parameter on a call to updateEftAccount.
> This may be a separate issue. 

--
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