From b95256155c8caa9ee8599924b01b9de5dff74838 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Wed, 13 Nov 2024 11:32:07 +0100 Subject: [PATCH] [IMP] runbot: add a default filter on build errors --- runbot/views/build_error_views.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runbot/views/build_error_views.xml b/runbot/views/build_error_views.xml index 5a3a8bf2..c12446df 100644 --- a/runbot/views/build_error_views.xml +++ b/runbot/views/build_error_views.xml @@ -331,14 +331,14 @@ Errors runbot.build.error tree,form - + {'search_default_not_fixed_errors': True, 'active_test': False} Build errors contents runbot.build.error.content tree,form - {'search_default_not_fixed_errors': True} + {'search_default_not_fixed_errors': True, 'active_test': False}