[FIX] website_forum: fixed link of answer's author, was redirecting
authorThibault Delavallée <tde@openerp.com>
Fri, 25 Apr 2014 12:49:11 +0000 (14:49 +0200)
committerThibault Delavallée <tde@openerp.com>
Fri, 25 Apr 2014 12:49:11 +0000 (14:49 +0200)
to the current users instead of the post's author;

bzr revid: tde@openerp.com-20140425124911-z4dqhm64yabq214t

addons/website_forum/views/website_forum.xml

index 8e01555..bd8b47f 100644 (file)
                         </ul>
                         <span t-field="answer.create_uid.image" t-field-options='{"widget": "image", "class":"pull-left img img-circle img-avatar"}'/>
                         <div>
-                            <a t-attf-href="/forum/#{ slug(forum) }/user/#{ user.id }"
+                            <a t-attf-href="/forum/#{ slug(forum) }/user/#{ answer.create_uid.id }"
                                 t-field="answer.create_uid"
                                 t-field-options='{"widget": "contact", "country_image": true, "fields": ["name", "country_id"]}'
                                 style="display: inline-block;"/>