Skip to content

Commit e92b7fc

Browse files
committed
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.
1 parent c853691 commit e92b7fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trac-env/conf/trac.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ authz_module_name =
195195
[ticket]
196196
default_component = Uncategorized
197197
default_milestone =
198+
default_owner =
198199
default_priority = major
199200
default_type = bug / defect
200201
default_version = 5.0

0 commit comments

Comments
 (0)