Skip to content

Commit 9097aa4

Browse files
WilliambraeckyXavier-Do
authored andcommitted
[IMP] runbot: limit error contents in error form
Limits the number of error contents displayed in the error form by default to 5.
1 parent f0d6df2 commit 9097aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runbot/views/build_error_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<group string="Base info">
1717
<field name="name"/>
1818
<field name="error_content_ids" readonly="1">
19-
<list>
19+
<list limit="5">
2020
<field name="content" readonly="1"/>
2121
<!--field name="module_name" readonly="1"/-->
2222
<!--field name="function" readonly="1"/-->

0 commit comments

Comments
 (0)