From 45fb4f83195a3664c1c840056b2495e905454291 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Thu, 1 Jun 2023 09:33:12 +0200 Subject: [PATCH] [IMP] runbot: add activities on runbot build errors --- runbot/models/build_error.py | 2 +- runbot/views/build_error_views.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/runbot/models/build_error.py b/runbot/models/build_error.py index 7d878c4e..dcd4ec94 100644 --- a/runbot/models/build_error.py +++ b/runbot/models/build_error.py @@ -18,7 +18,7 @@ class BuildError(models.Model): _name = "runbot.build.error" _description = "Build error" - _inherit = "mail.thread" + _inherit = ['mail.thread', 'mail.activity.mixin'] _rec_name = "id" content = fields.Text('Error message', required=True) diff --git a/runbot/views/build_error_views.xml b/runbot/views/build_error_views.xml index 6a110906..b75ae4ce 100644 --- a/runbot/views/build_error_views.xml +++ b/runbot/views/build_error_views.xml @@ -94,6 +94,7 @@
+