Commit 6de6cc7a authored by Jérome Perrin's avatar Jérome Perrin

2 stranges lines removed in 2.98 where always raising a TypeError, which was...

2 stranges lines removed in 2.98 where always raising a TypeError, which was catched before 2.96, so this quick patch should restore the old behaviour.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4364 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 97bbab0a
......@@ -1901,6 +1901,8 @@ onChange="submitAction(this.form,'%s/portal_selections/setReportRoot')">
else:
list_body += '<td class="Data">&nbsp;</td>'
if render_format == 'list':
current_listboxline.addColumn( extended_columns[n][0], None)
except KeyError:
list_body += '<td class="Data">&nbsp;</td>'
#if render_format == 'list': current_listboxline.addColumn( column[1] , None)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment