From e92b7fc2b0c36ef8fae3f5de36d36f99316b3150 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 bc3a162..eac9516 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