Merge lp:~unifield-team/unifield-web/uf-868 into lp:unifield-web

Proposed by jftempo
Status: Merged
Merged at revision: 4636
Proposed branch: lp:~unifield-team/unifield-web/uf-868
Merge into: lp:unifield-web
Diff against target: 30 lines (+3/-3)
1 file modified
addons/openerp/widgets/templates/logs.mako (+3/-3)
To merge this branch: bzr merge lp:~unifield-team/unifield-web/uf-868
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+105831@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/openerp/widgets/templates/logs.mako'
2--- addons/openerp/widgets/templates/logs.mako 2010-10-25 07:31:28 +0000
3+++ addons/openerp/widgets/templates/logs.mako 2012-05-15 14:51:27 +0000
4@@ -8,7 +8,7 @@
5 % for log in logs[:5]:
6 <tr>
7 <td class="logActions">
8- <a href="${py.url('/openerp/form/edit', model=log['res_model'], id=log['res_id'], context=log['context'])}">
9+ <a href="${py.url('/openerp/form/edit', model=log['res_model'], id=log['res_id'], context=log['context'], domain=log['domain'])}">
10 &rarr; ${log['name']}
11 </a>
12 </td>
13@@ -24,7 +24,7 @@
14 <div id="more_logs">
15 % for log in logs[5:]:
16 <div>
17- <a href="${py.url('/openerp/form/edit', model=log['res_model'], id=log['res_id'], context=log['context'])}">
18+ <a href="${py.url('/openerp/form/edit', model=log['res_model'], id=log['res_id'], context=log['context'], domain=log['domain'])}">
19 &rarr; ${log['name']}
20 </a>
21 </div>
22@@ -42,7 +42,7 @@
23 % for log in logs:
24 <tr>
25 <td class="logActions">
26- <a href="${py.url('/openerp/form/edit', model=log['res_model'], id=log['res_id'], context=log['context'])}">
27+ <a href="${py.url('/openerp/form/edit', model=log['res_model'], id=log['res_id'], context=log['context'], domain=log['domain'])}">
28 &rarr; ${log['name']}
29 </a>
30 </td>

Subscribers

People subscribed via source and target branches

to all changes: