Skip to content

Commit e51d259

Browse files
committed
[FIX] runbot: fix backend team errors tab visibility
1 parent 94a262f commit e51d259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runbot/views/dashboard_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</list>
2626
</field>
2727
</page>
28-
<page string="Errors" invisible="bool(assignment_ids)">
28+
<page string="Errors" invisible="not assignment_ids">
2929
<field name="assignment_ids" nolabel="1" widget="many2many" options="{'not_delete': True, 'no_create': True}"/>
3030
</page>
3131
<page string="Modules">

0 commit comments

Comments
 (0)