[jira] [Created] (OFBIZ-4814) eCommerce Profile Back Button Fail

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

[jira] [Created] (OFBIZ-4814) eCommerce Profile Back Button Fail

Nicolas Malin (Jira)
eCommerce Profile Back Button Fail
----------------------------------

                 Key: OFBIZ-4814
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4814
             Project: OFBiz
          Issue Type: Bug
          Components: specialpurpose/ecommerce
    Affects Versions: SVN trunk
         Environment: demo-trunk
            Reporter: Tom Burns
            Priority: Minor


1. Some navigation buttons reached from the eCommerce Profile screen fail to return to the Profile screen.
Example:
Login as DemoCustomer
Click Profile
Click Update In the "Contact Information" > "Postal Address" section.
Click Go Back
Expected: Return to profile page
Actual: Remain on Edit Contact Information page

2. Naming and display of back buttons is inconsistent across Profile Editing screens.
Example:
Changes Password label should be "Go Back" but is "[Go Back]"

3. Create New Postal Address fails from OFBIZ-4801 Rev 1326397
Error message
State/Province -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Selected\Expected State Name = Expression selectedStateName is undefined on line 163, column 42 in component://ecommerce/webapp/ecommerce/customer/editcontactmech.ftl. The problematic instruction: ---------- ==> ${selectedStateName} [on line 163,
....


--
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-4814) eCommerce Profile Back Button Fail

Nicolas Malin (Jira)

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

Tom Burns updated OFBIZ-4814:
-----------------------------

    Attachment: OFBIZ-4814 eCommerce Profile GoBack.patch
   

> eCommerce Profile Back Button Fail
> ----------------------------------
>
>                 Key: OFBIZ-4814
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4814
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Priority: Minor
>         Attachments: OFBIZ-4814 eCommerce Profile GoBack.patch
>
>
> 1. Some navigation buttons reached from the eCommerce Profile screen fail to return to the Profile screen.
> Example:
> Login as DemoCustomer
> Click Profile
> Click Update In the "Contact Information" > "Postal Address" section.
> Click Go Back
> Expected: Return to profile page
> Actual: Remain on Edit Contact Information page
> 2. Naming and display of back buttons is inconsistent across Profile Editing screens.
> Example:
> Changes Password label should be "Go Back" but is "[Go Back]"
> 3. Create New Postal Address fails from OFBIZ-4801 Rev 1326397
> Error message
> State/Province -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> Selected\Expected State Name = Expression selectedStateName is undefined on line 163, column 42 in component://ecommerce/webapp/ecommerce/customer/editcontactmech.ftl. The problematic instruction: ---------- ==> ${selectedStateName} [on line 163,
> ....

--
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] [Commented] (OFBIZ-4814) eCommerce Profile Back Button Fail

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

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

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

Hi Tom,

There are actually 3 parts in this issue. And you should deliver a patch for each. Let me explain:
# is a bug fix and should be backported in branches releases
# is an improvement and should go only in trunk
# is a bug fix but should go only in trunk. I thought about it this weekend but believed I had only forgot the "debug" labels in the template so waited for someone to react. It was worse indeed.

I'd have separated the commits by myself but did not quickly spot the part 1

Thanks for your help!
               

> eCommerce Profile Back Button Fail
> ----------------------------------
>
>                 Key: OFBIZ-4814
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4814
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Priority: Minor
>         Attachments: OFBIZ-4814 eCommerce Profile GoBack.patch
>
>
> 1. Some navigation buttons reached from the eCommerce Profile screen fail to return to the Profile screen.
> Example:
> Login as DemoCustomer
> Click Profile
> Click Update In the "Contact Information" > "Postal Address" section.
> Click Go Back
> Expected: Return to profile page
> Actual: Remain on Edit Contact Information page
> 2. Naming and display of back buttons is inconsistent across Profile Editing screens.
> Example:
> Changes Password label should be "Go Back" but is "[Go Back]"
> 3. Create New Postal Address fails from OFBIZ-4801 Rev 1326397
> Error message
> State/Province -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> Selected\Expected State Name = Expression selectedStateName is undefined on line 163, column 42 in component://ecommerce/webapp/ecommerce/customer/editcontactmech.ftl. The problematic instruction: ---------- ==> ${selectedStateName} [on line 163,
> ....

--
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] [Commented] (OFBIZ-4814) eCommerce Profile Back Button Fail

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

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

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

You can forget about the point 3, I committed the fix at revision: 1326933  

               

> eCommerce Profile Back Button Fail
> ----------------------------------
>
>                 Key: OFBIZ-4814
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4814
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Priority: Minor
>         Attachments: OFBIZ-4814 eCommerce Profile GoBack.patch
>
>
> 1. Some navigation buttons reached from the eCommerce Profile screen fail to return to the Profile screen.
> Example:
> Login as DemoCustomer
> Click Profile
> Click Update In the "Contact Information" > "Postal Address" section.
> Click Go Back
> Expected: Return to profile page
> Actual: Remain on Edit Contact Information page
> 2. Naming and display of back buttons is inconsistent across Profile Editing screens.
> Example:
> Changes Password label should be "Go Back" but is "[Go Back]"
> 3. Create New Postal Address fails from OFBIZ-4801 Rev 1326397
> Error message
> State/Province -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> Selected\Expected State Name = Expression selectedStateName is undefined on line 163, column 42 in component://ecommerce/webapp/ecommerce/customer/editcontactmech.ftl. The problematic instruction: ---------- ==> ${selectedStateName} [on line 163,
> ....

--
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] [Commented] (OFBIZ-4814) eCommerce Profile Back Button Fail

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

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

Tom Burns commented on OFBIZ-4814:
----------------------------------

Jacques,

I'm going to upload a patch for the trunk and one for the branches to fix the bug (1).
I've tested the branch batch on both 10.04 & 11.04
I will open a new issue for the improvement part.
I can not give you a clean patch on the improvements until after the bug has been fixed.

Tom
               

> eCommerce Profile Back Button Fail
> ----------------------------------
>
>                 Key: OFBIZ-4814
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4814
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Priority: Minor
>         Attachments: OFBIZ-4814 eCommerce Profile GoBack Branch.patch, OFBIZ-4814 eCommerce Profile GoBack Trunk.patch, OFBIZ-4814 eCommerce Profile GoBack.patch
>
>
> 1. Some navigation buttons reached from the eCommerce Profile screen fail to return to the Profile screen.
> Example:
> Login as DemoCustomer
> Click Profile
> Click Update In the "Contact Information" > "Postal Address" section.
> Click Go Back
> Expected: Return to profile page
> Actual: Remain on Edit Contact Information page
> 2. Naming and display of back buttons is inconsistent across Profile Editing screens.
> Example:
> Changes Password label should be "Go Back" but is "[Go Back]"
> 3. Create New Postal Address fails from OFBIZ-4801 Rev 1326397
> Error message
> State/Province -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> Selected\Expected State Name = Expression selectedStateName is undefined on line 163, column 42 in component://ecommerce/webapp/ecommerce/customer/editcontactmech.ftl. The problematic instruction: ---------- ==> ${selectedStateName} [on line 163,
> ....

--
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-4814) eCommerce Profile Back Button Fail

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

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

Tom Burns updated OFBIZ-4814:
-----------------------------

    Attachment: OFBIZ-4814 eCommerce Profile GoBack Branch.patch
                OFBIZ-4814 eCommerce Profile GoBack Trunk.patch
   

> eCommerce Profile Back Button Fail
> ----------------------------------
>
>                 Key: OFBIZ-4814
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4814
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Priority: Minor
>         Attachments: OFBIZ-4814 eCommerce Profile GoBack Branch.patch, OFBIZ-4814 eCommerce Profile GoBack Trunk.patch, OFBIZ-4814 eCommerce Profile GoBack.patch
>
>
> 1. Some navigation buttons reached from the eCommerce Profile screen fail to return to the Profile screen.
> Example:
> Login as DemoCustomer
> Click Profile
> Click Update In the "Contact Information" > "Postal Address" section.
> Click Go Back
> Expected: Return to profile page
> Actual: Remain on Edit Contact Information page
> 2. Naming and display of back buttons is inconsistent across Profile Editing screens.
> Example:
> Changes Password label should be "Go Back" but is "[Go Back]"
> 3. Create New Postal Address fails from OFBIZ-4801 Rev 1326397
> Error message
> State/Province -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> Selected\Expected State Name = Expression selectedStateName is undefined on line 163, column 42 in component://ecommerce/webapp/ecommerce/customer/editcontactmech.ftl. The problematic instruction: ---------- ==> ${selectedStateName} [on line 163,
> ....

--
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] [Assigned] (OFBIZ-4814) eCommerce Profile Back Button Fail

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

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

Jacques Le Roux reassigned OFBIZ-4814:
--------------------------------------

    Assignee: Jacques Le Roux
   

> eCommerce Profile Back Button Fail
> ----------------------------------
>
>                 Key: OFBIZ-4814
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4814
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: OFBIZ-4814 eCommerce Profile GoBack Branch.patch, OFBIZ-4814 eCommerce Profile GoBack Trunk.patch, OFBIZ-4814 eCommerce Profile GoBack.patch
>
>
> 1. Some navigation buttons reached from the eCommerce Profile screen fail to return to the Profile screen.
> Example:
> Login as DemoCustomer
> Click Profile
> Click Update In the "Contact Information" > "Postal Address" section.
> Click Go Back
> Expected: Return to profile page
> Actual: Remain on Edit Contact Information page
> 2. Naming and display of back buttons is inconsistent across Profile Editing screens.
> Example:
> Changes Password label should be "Go Back" but is "[Go Back]"
> 3. Create New Postal Address fails from OFBIZ-4801 Rev 1326397
> Error message
> State/Province -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> Selected\Expected State Name = Expression selectedStateName is undefined on line 163, column 42 in component://ecommerce/webapp/ecommerce/customer/editcontactmech.ftl. The problematic instruction: ---------- ==> ${selectedStateName} [on line 163,
> ....

--
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-4814) eCommerce Profile Back Button Fail

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

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

Jacques Le Roux closed OFBIZ-4814.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
                   Release Branch 11.04
                   Release Branch 10.04

Thanks Tom,

Your patch is in
trunk r1327260
R11.04 r1327264
R10.04 r1327261


You did not need to provide a patch for branches releases. Most of the time I can easily backport the trunk patches to the branches releases
               

> eCommerce Profile Back Button Fail
> ----------------------------------
>
>                 Key: OFBIZ-4814
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4814
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4814 eCommerce Profile GoBack Branch.patch, OFBIZ-4814 eCommerce Profile GoBack Trunk.patch, OFBIZ-4814 eCommerce Profile GoBack.patch
>
>
> 1. Some navigation buttons reached from the eCommerce Profile screen fail to return to the Profile screen.
> Example:
> Login as DemoCustomer
> Click Profile
> Click Update In the "Contact Information" > "Postal Address" section.
> Click Go Back
> Expected: Return to profile page
> Actual: Remain on Edit Contact Information page
> 2. Naming and display of back buttons is inconsistent across Profile Editing screens.
> Example:
> Changes Password label should be "Go Back" but is "[Go Back]"
> 3. Create New Postal Address fails from OFBIZ-4801 Rev 1326397
> Error message
> State/Province -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> Selected\Expected State Name = Expression selectedStateName is undefined on line 163, column 42 in component://ecommerce/webapp/ecommerce/customer/editcontactmech.ftl. The problematic instruction: ---------- ==> ${selectedStateName} [on line 163,
> ....

--
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] [Commented] (OFBIZ-4814) eCommerce Profile Back Button Fail

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

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

Sebastian Leitner commented on OFBIZ-4814:
------------------------------------------

Hi Jaques,

commit r1327260 commented out the authview entry in specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
I guess this happend by accident, because it is not included in die patches by Tom?

- Sebastian
               

> eCommerce Profile Back Button Fail
> ----------------------------------
>
>                 Key: OFBIZ-4814
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4814
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4814 eCommerce Profile GoBack Branch.patch, OFBIZ-4814 eCommerce Profile GoBack Trunk.patch, OFBIZ-4814 eCommerce Profile GoBack.patch
>
>
> 1. Some navigation buttons reached from the eCommerce Profile screen fail to return to the Profile screen.
> Example:
> Login as DemoCustomer
> Click Profile
> Click Update In the "Contact Information" > "Postal Address" section.
> Click Go Back
> Expected: Return to profile page
> Actual: Remain on Edit Contact Information page
> 2. Naming and display of back buttons is inconsistent across Profile Editing screens.
> Example:
> Changes Password label should be "Go Back" but is "[Go Back]"
> 3. Create New Postal Address fails from OFBIZ-4801 Rev 1326397
> Error message
> State/Province -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> Selected\Expected State Name = Expression selectedStateName is undefined on line 163, column 42 in component://ecommerce/webapp/ecommerce/customer/editcontactmech.ftl. The problematic instruction: ---------- ==> ${selectedStateName} [on line 163,
> ....

--
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] [Commented] (OFBIZ-4814) eCommerce Profile Back Button Fail

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

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

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

Hi Sebastian (my name is Jacques ;o),

It was not in [1327260|http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml?r1=1327260&r2=1327259&pathrev=1327260] but [r1328205|http://svn.apache.org/viewvc?view=revision&revision=1328205]

Any problems?
               

> eCommerce Profile Back Button Fail
> ----------------------------------
>
>                 Key: OFBIZ-4814
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4814
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4814 eCommerce Profile GoBack Branch.patch, OFBIZ-4814 eCommerce Profile GoBack Trunk.patch, OFBIZ-4814 eCommerce Profile GoBack.patch
>
>
> 1. Some navigation buttons reached from the eCommerce Profile screen fail to return to the Profile screen.
> Example:
> Login as DemoCustomer
> Click Profile
> Click Update In the "Contact Information" > "Postal Address" section.
> Click Go Back
> Expected: Return to profile page
> Actual: Remain on Edit Contact Information page
> 2. Naming and display of back buttons is inconsistent across Profile Editing screens.
> Example:
> Changes Password label should be "Go Back" but is "[Go Back]"
> 3. Create New Postal Address fails from OFBIZ-4801 Rev 1326397
> Error message
> State/Province -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> Selected\Expected State Name = Expression selectedStateName is undefined on line 163, column 42 in component://ecommerce/webapp/ecommerce/customer/editcontactmech.ftl. The problematic instruction: ---------- ==> ${selectedStateName} [on line 163,
> ....

--
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] [Commented] (OFBIZ-4814) eCommerce Profile Back Button Fail

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

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

Sebastian Leitner commented on OFBIZ-4814:
------------------------------------------

Hi Jacques,

sorry for the typo. I saw it the second after i pressed the send button ;)

I didn't test the (whole) specialpurpose/ecommerce, but we extend the controller.xml in our own module and use this request. This is not a big deal, I simply copied this request to our own controller. I just wanted to mention, that this _could_ cause problems and for backward compatability I would suggest to leave this feature there, even if not used there any more.
               

> eCommerce Profile Back Button Fail
> ----------------------------------
>
>                 Key: OFBIZ-4814
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4814
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4814 eCommerce Profile GoBack Branch.patch, OFBIZ-4814 eCommerce Profile GoBack Trunk.patch, OFBIZ-4814 eCommerce Profile GoBack.patch
>
>
> 1. Some navigation buttons reached from the eCommerce Profile screen fail to return to the Profile screen.
> Example:
> Login as DemoCustomer
> Click Profile
> Click Update In the "Contact Information" > "Postal Address" section.
> Click Go Back
> Expected: Return to profile page
> Actual: Remain on Edit Contact Information page
> 2. Naming and display of back buttons is inconsistent across Profile Editing screens.
> Example:
> Changes Password label should be "Go Back" but is "[Go Back]"
> 3. Create New Postal Address fails from OFBIZ-4801 Rev 1326397
> Error message
> State/Province -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> Selected\Expected State Name = Expression selectedStateName is undefined on line 163, column 42 in component://ecommerce/webapp/ecommerce/customer/editcontactmech.ftl. The problematic instruction: ---------- ==> ${selectedStateName} [on line 163,
> ....

--
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] [Commented] (OFBIZ-4814) eCommerce Profile Back Button Fail

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

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

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

Hi Sebastian,

This is only in trunk: we move ahead...

               

> eCommerce Profile Back Button Fail
> ----------------------------------
>
>                 Key: OFBIZ-4814
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4814
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: demo-trunk
>            Reporter: Tom Burns
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4814 eCommerce Profile GoBack Branch.patch, OFBIZ-4814 eCommerce Profile GoBack Trunk.patch, OFBIZ-4814 eCommerce Profile GoBack.patch
>
>
> 1. Some navigation buttons reached from the eCommerce Profile screen fail to return to the Profile screen.
> Example:
> Login as DemoCustomer
> Click Profile
> Click Update In the "Contact Information" > "Postal Address" section.
> Click Go Back
> Expected: Return to profile page
> Actual: Remain on Edit Contact Information page
> 2. Naming and display of back buttons is inconsistent across Profile Editing screens.
> Example:
> Changes Password label should be "Go Back" but is "[Go Back]"
> 3. Create New Postal Address fails from OFBIZ-4801 Rev 1326397
> Error message
> State/Province -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> Selected\Expected State Name = Expression selectedStateName is undefined on line 163, column 42 in component://ecommerce/webapp/ecommerce/customer/editcontactmech.ftl. The problematic instruction: ---------- ==> ${selectedStateName} [on line 163,
> ....

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