From 001b0010534f14a6cc9174d2fc6cd6de19d4694b Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Wed, 26 Jun 2024 13:23:20 +0200 Subject: [PATCH] Fixed #114 -- Removed default owner for tickets The previous configuration would display a "< default >" user as a value in the dropdown on ticket creation, and using that value would then assign the ticket to the component's owner. But we don't use component owners, so the result was that the ticket was assigned to an empty string. --- trac-env/conf/trac.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/trac-env/conf/trac.ini b/trac-env/conf/trac.ini index 0207710..dcc49c9 100644 --- a/trac-env/conf/trac.ini +++ b/trac-env/conf/trac.ini @@ -195,6 +195,7 @@ authz_module_name = [ticket] default_component = Uncategorized default_milestone = +default_owner = default_priority = major default_type = bug / defect default_version = 5.0