In-Portal Issue Tracker - In-Link
Viewing Issue Advanced Details
1157 [In-Portal CMS] Front End bug report always 2011-11-02 03:24 2012-07-25 05:32
alex  
alex  
normal  
closed 5.1.3  
fixed  
 
none 5.2.0-B1  
https://groups.google.com/d/topic/in-portal-bugs/AKCEriDqByE/discussion
Fixed unused "field" parameter in l_FollowLocation tag
1
0001157: Parameter "Field" is ignored in <inp2:l_FollowLocation field="Url"/> tag
I was trying to make changes to in-link/elements/visit_link.elm.tpl, where the only code is:

<inp2:l_FollowLocation field="Url"/>

but my changes for "field" values weren't working... I've removed completely field="Url" from the tag, and it still work the same, because "Url" field is hardcoded int FollowLocation tag.

---
TODO:

1. make l_FollowLocation tag use given field name, to read url from it
2. pass url field into "visit_link.elm.tpl" template (gives ability to control used url field during link list printing)
patch followlocation_tag_modules_1157.patch (567) 2011-12-02 12:39
http://tracker.in-portal.org/file_download.php?file_id=1341&type=bug
patch followlocation_tag_templates_1157.patch (2,791) 2011-12-02 12:39
http://tracker.in-portal.org/file_download.php?file_id=1342&type=bug
Issue History
2012-07-25 05:32 alex Note Added: 0005037
2012-07-25 05:32 alex Status resolved => closed
2011-12-05 11:10 alex Note Added: 0004207
2011-12-05 11:10 alex Status reviewed and tested => resolved
2011-12-05 11:10 alex Fixed in Version => 5.2.0-B1
2011-12-05 11:10 alex Resolution open => fixed
2011-12-05 11:10 alex Assigned To !COMMUNITY => alex
2011-12-05 11:10 alex Changeset attached 5.2.x r14835
2011-12-05 11:09 alex Changeset attached 1.2.x r14834
2011-12-02 16:13 alex Assigned To alex => !COMMUNITY
2011-12-02 16:13 alex Status needs testing => reviewed and tested
2011-12-02 12:40 erik Note Added: 0004199
2011-12-02 12:40 erik Assigned To erik => alex
2011-12-02 12:40 erik Developer => erik
2011-12-02 12:40 erik Status needs work => needs testing
2011-12-02 12:39 erik File Added: followlocation_tag_templates_1157.patch
2011-12-02 12:39 erik File Added: followlocation_tag_modules_1157.patch
2011-11-06 15:58 Dmitry Assigned To => erik
2011-11-06 15:58 Dmitry Status active => needs work
2011-11-02 03:24 alex New Issue
2011-11-02 03:24 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/AKCEriDqByE/discussion
2011-11-02 03:24 alex Change Log Message => Fixed unused "field" parameter in l_FollowLocation tag
2011-11-02 03:24 alex Estimate Points => 1

Notes
(0004199)
erik   
2011-12-02 12:40   
Patches attached - needs testing.
(0004207)
alex   
2011-12-05 11:10   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001157: Parameter "Field" is ignored in <inp2:l_FollowLocation field="Url"/> tag
Commit on behalf of Erik
(0005037)
alex   
2012-07-25 05:32   
Since 5.2.0 version was released.