Skip to content

Commit

Permalink
Fixed #114 -- Removed default owner for tickets
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bmispelon committed Jul 1, 2024
1 parent c853691 commit e92b7fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trac-env/conf/trac.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e92b7fc

Please sign in to comment.