[
https://issues.apache.org/jira/browse/OFBIZ-3978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925320#action_12925320
]
Jonatan Soto commented on OFBIZ-3978:
-------------------------------------
I found an error in
applications/order/webapp/ordermgr/images/js/geoAutoCompleter.js on
getAssociatedStateList function.
jQuery.ajax({
url: requestToSend,
sync: false,
type: "POST",
data: {countryGeoId: countryGeoId},
success: function(data) {
sync:false should be replaced by async:true. Setting sync:false causes
unexpected behaviour in the server side. ie: the tenantId in the Delegator was
null and perhaps another weird things can happen.
> Ecommerce Migration
> -------------------
>
> Key: OFBIZ-3978
> URL: https://issues.apache.org/jira/browse/OFBIZ-3978
> Project: OFBiz
> Issue Type: Sub-task
> Components: specialpurpose/ecommerce
> Reporter: Ankit Jain
> Assignee: Jacques Le Roux
> Attachments: CheckoutProcess.patch, CheckoutProcess.patch,
> OFBIZ-3978_ecommerceMigration.patch,
> OFBIZ-3978_onePageCheckOutMigration.patch,
> OFBIZ-3978_onePageCheckOutMigration.patch,
> OFBIZ-3978_onePageCheckOutMigration.patch,
> OFBIZ-3978_ProductImageHoverFix.patch, OFBIZ-3978_ProductImageHoverFix.patch,
> popup issue.jpg, smoothness.zip
>
>
> All ecommerce js migration.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.