[jira] [Created] (OFBIZ-4801) Add Support for Dependent Country State Drop Downs to SFA New Postal Address

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

[jira] [Created] (OFBIZ-4801) Add Support for Dependent Country State Drop Downs to SFA New Postal Address

Nicolas Malin (Jira)
Add Support for Dependent Country State Drop Downs to SFA New Postal Address
-----------------------------------------------------------------------------

                 Key: OFBIZ-4801
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4801
             Project: OFBiz
          Issue Type: Improvement
          Components: marketing
    Affects Versions: SVN trunk
         Environment: demo-trunk
            Reporter: Tom Burns
            Priority: Minor
         Attachments: OFBIZ-4801 SFA.patch

In SFA "Create New Account" does not implement dependent drop downs for Country/State.
This is not consistent whith the behavior in the Account update form which uses Country/State dependent drop downs.

To Reproduce:
In SFA select Accounts
Select "Create New Account"

Expect: "State" values to be limited to values valid for the selected country.
Actual: "State" values include all values in stateProvinceGeoId regardless of the selected Country.

After Improvement:
State values will be filtered based on the value selected in "Country Geo Id"


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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4801) Add Support for Dependent Country State Drop Downs to SFA New Postal Address

Nicolas Malin (Jira)

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

Tom Burns updated OFBIZ-4801:
-----------------------------

    Attachment: OFBIZ-4801 SFA.patch
   

> Add Support for Dependent Country State Drop Downs to SFA New Postal Address
> -----------------------------------------------------------------------------
>
>                 Key: OFBIZ-4801
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4801
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: marketing
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Priority: Minor
>         Attachments: OFBIZ-4801 SFA.patch
>
>
> In SFA "Create New Account" does not implement dependent drop downs for Country/State.
> This is not consistent whith the behavior in the Account update form which uses Country/State dependent drop downs.
> To Reproduce:
> In SFA select Accounts
> Select "Create New Account"
> Expect: "State" values to be limited to values valid for the selected country.
> Actual: "State" values include all values in stateProvinceGeoId regardless of the selected Country.
> After Improvement:
> State values will be filtered based on the value selected in "Country Geo Id"

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4801) Add Support for Dependent Country State Drop Downs to SFA New Postal Address

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-4801.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Jacques Le Roux

Thanks Tom,

Your patch is in trunk at revision: 1325136.

We could have removed the "required" tooltip for Country and state fields since it's now automatically mandatory, but I decided to keep them


               

> Add Support for Dependent Country State Drop Downs to SFA New Postal Address
> -----------------------------------------------------------------------------
>
>                 Key: OFBIZ-4801
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4801
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: marketing
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4801 SFA.patch
>
>
> In SFA "Create New Account" does not implement dependent drop downs for Country/State.
> This is not consistent whith the behavior in the Account update form which uses Country/State dependent drop downs.
> To Reproduce:
> In SFA select Accounts
> Select "Create New Account"
> Expect: "State" values to be limited to values valid for the selected country.
> Actual: "State" values include all values in stateProvinceGeoId regardless of the selected Country.
> After Improvement:
> State values will be filtered based on the value selected in "Country Geo Id"

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Reopened] (OFBIZ-4801) Add Support for Dependent Country State Drop Downs to SFA New Postal Address

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Tom Burns reopened OFBIZ-4801:
------------------------------


Duplicate line for stateProvinceGeoId in AccountForms.xml
               

> Add Support for Dependent Country State Drop Downs to SFA New Postal Address
> -----------------------------------------------------------------------------
>
>                 Key: OFBIZ-4801
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4801
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: marketing
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4801 SFA Duplicate Line In Form.patch, OFBIZ-4801 SFA.patch
>
>
> In SFA "Create New Account" does not implement dependent drop downs for Country/State.
> This is not consistent whith the behavior in the Account update form which uses Country/State dependent drop downs.
> To Reproduce:
> In SFA select Accounts
> Select "Create New Account"
> Expect: "State" values to be limited to values valid for the selected country.
> Actual: "State" values include all values in stateProvinceGeoId regardless of the selected Country.
> After Improvement:
> State values will be filtered based on the value selected in "Country Geo Id"

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4801) Add Support for Dependent Country State Drop Downs to SFA New Postal Address

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Tom Burns updated OFBIZ-4801:
-----------------------------

    Attachment: OFBIZ-4801 SFA Duplicate Line In Form.patch
   

> Add Support for Dependent Country State Drop Downs to SFA New Postal Address
> -----------------------------------------------------------------------------
>
>                 Key: OFBIZ-4801
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4801
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: marketing
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4801 SFA Duplicate Line In Form.patch, OFBIZ-4801 SFA.patch
>
>
> In SFA "Create New Account" does not implement dependent drop downs for Country/State.
> This is not consistent whith the behavior in the Account update form which uses Country/State dependent drop downs.
> To Reproduce:
> In SFA select Accounts
> Select "Create New Account"
> Expect: "State" values to be limited to values valid for the selected country.
> Actual: "State" values include all values in stateProvinceGeoId regardless of the selected Country.
> After Improvement:
> State values will be filtered based on the value selected in "Country Geo Id"

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4801) Add Support for Dependent Country State Drop Downs to SFA New Postal Address

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-4801.
----------------------------------

    Resolution: Fixed

Thanks Tom,

Fixed at revision 1329332.
               

> Add Support for Dependent Country State Drop Downs to SFA New Postal Address
> -----------------------------------------------------------------------------
>
>                 Key: OFBIZ-4801
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4801
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: marketing
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4801 SFA Duplicate Line In Form.patch, OFBIZ-4801 SFA.patch
>
>
> In SFA "Create New Account" does not implement dependent drop downs for Country/State.
> This is not consistent whith the behavior in the Account update form which uses Country/State dependent drop downs.
> To Reproduce:
> In SFA select Accounts
> Select "Create New Account"
> Expect: "State" values to be limited to values valid for the selected country.
> Actual: "State" values include all values in stateProvinceGeoId regardless of the selected Country.
> After Improvement:
> State values will be filtered based on the value selected in "Country Geo Id"

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