[
https://issues.apache.org/jira/browse/OFBIZ-7343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17204691#comment-17204691 ]
ASF subversion and git services commented on OFBIZ-7343:
--------------------------------------------------------
Commit 8675993ac3667c7054dd3d52abd9c01e230494b9 in ofbiz-framework's branch refs/heads/trunk from Jacques Le Roux
[
https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=8675993 ]
Fixed: Geo Location functionality of facility contact information screen is not working (OFBIZ-7343)
Long ago I spotted an issue:
<<In French I got this js error message in console (else nothing apears anywhere)
SyntaxError: missing ) after argument list
...=9000&partyId=Company', 'Adresse d'expédition - Géolocalisation', '450', '550')
It's due to the quote in "Adresse d'expédition"
We could though commit by escaping the popUptitle, but I also think we should
change from the popup (and everywhere the same is used) to a modal layered
window.>>
Turned out that:
<<I had a quick look to see if we could not use a modal layer instead of a popup,
but it's not obvious to use modal layer from Freemarker. This does not mean that
it can't be done... I'll see later...>>
Here is a late workaround :)
> Geo Location functionality of facility contact information screen is not working
> ---------------------------------------------------------------------------------
>
> Key: OFBIZ-7343
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7343> Project: OFBiz
> Issue Type: Bug
> Affects Versions: Trunk
> Reporter: Pawan Verma
> Assignee: Deepak Dixit
> Priority: Major
> Fix For: Release Branch 14.12, 16.11.01, Release Branch 15.12
>
> Attachments: OFBIZ-7343.patch
>
>
> Steps to regenerate :
> 1) Log in into facility application.
> 2) Select any facility and go to Contact Information.
> 3) Click on "Geo Location" button under Postal Address section.
> 4) In a new modal window is open with following error.
> "ERROR rendering error page [/error/error.jsp], but here is the error text: org.ofbiz.webapp.control.RequestHandlerException: Unknown request [geoLocation]; this request does not exist or cannot be called directly. "
--
This message was sent by Atlassian Jira
(v8.3.4#803005)