Skip to content

Commit 816df9c

Browse files
authored
Changed trac config to allow assigning tickets to another user.
1 parent bdff2a6 commit 816df9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trac-env/conf/trac.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ default_columns = id, summary, status, owner, component, version, changetime
242242
[ticket-workflow]
243243
accept = new,assigned -> assigned
244244
accept.default = 4
245-
accept.name = assign to myself
246-
accept.operations = set_owner_to_self
245+
accept.name = assign
246+
accept.operations = set_owner
247247
accept.permissions = TICKET_MODIFY
248248
create = <none> -> new
249249
create.default = 1

0 commit comments

Comments
 (0)