In-Portal Issue Tracker - Advanced
Viewing Issue Advanced Details
729 [Advanced] General bug report always 2010-05-14 10:30 2010-06-10 13:47
Dmitry  
alex  
critical  
closed 1.0.1  
fixed  
 
none 1.0.2-B1  
http://groups.google.com/group/in-portal-bugs/browse_thread/thread/96e9bb49e3459735
Minor fix for Google maps to load on Links details page
0
0000729: Google maps JS doesn't load on Link Details template
Current template code in in-link/elements/html_head.tpl

[code]
<!--## GOOGLE MAPS API INTEGRATION ##-->
<inp2:m_if check="m_IsActive" t="in-link/detail">
    <inp2:m_if check="m_GetConfig" name="l_EnableGoogleMaps">
<script type="text/javascript" src="http://www.google.com/jsapi?key=<inp2:m_GetConfig name="l_GoogleMapsAPIKey"/>"></script>
<script type="text/javascript" src="<inp2:m_TemplatesBase module="In-Link"/>inc/googlemaps.js"></script>
    </inp2:m_if>
</inp2:m_if>
<!--## GOOGLE MAPS API INTEGRATION ##-->
[/code]

has INCORRECT template path in the IF "in-link/detail".

It should be "in-link/links/link_detail".
patch Google_maps_JS_doesnt_load.patch (847) 2010-05-14 10:59
http://tracker.in-portal.org/file_download.php?file_id=541&type=bug
Issue History
2010-06-10 13:47 alex Note Added: 0002441
2010-06-10 13:47 alex Status resolved => closed
2010-05-20 13:40 alex Changeset attached 1.0.x r13597
2010-05-20 13:40 alex Note Added: 0002276
2010-05-20 13:40 alex Status reviewed and tested => resolved
2010-05-20 13:40 alex Fixed in Version => 1.0.2-B1
2010-05-20 13:40 alex Resolution open => fixed
2010-05-20 13:40 alex Assigned To !COMMUNITY => alex
2010-05-20 13:39 alex Note Added: 0002275
2010-05-20 13:39 alex Assigned To alex => !COMMUNITY
2010-05-20 13:39 alex Status needs testing => reviewed and tested
2010-05-14 10:59 Dmitry Note Added: 0002201
2010-05-14 10:59 Dmitry Assigned To => alex
2010-05-14 10:59 Dmitry Developer => Dmitry
2010-05-14 10:59 Dmitry Status active => needs testing
2010-05-14 10:59 Dmitry File Added: Google_maps_JS_doesnt_load.patch
2010-05-14 10:30 Dmitry New Issue
2010-05-14 10:30 Dmitry Reference => http://groups.google.com/group/in-portal-bugs/browse_thread/thread/96e9bb49e3459735
2010-05-14 10:30 Dmitry Change Log Message => Minor fix for Google maps to load on Links details page

Notes
(0002201)
Dmitry   
2010-05-14 10:59   
Please review/test.
(0002275)
alex   
2010-05-20 13:39   
ok
(0002276)
alex   
2010-05-20 13:40   
Fix committed to 1.0.x branch. Commit Message:

Fixes 0000729: Google maps JS doesn't load on Link Details template
Commit on behalf of Dmitry.
(0002441)
alex   
2010-06-10 13:47   
Closing since version 1.0.2 is released.