#11054 closed defect (worksforme)
Double record in Change History block in Ticket
Reported by: | Dino | Owned by: | Mikael Relbe |
---|---|---|---|
Priority: | high | Component: | TracTicketChangesetsPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
When I enable TracTicketChangesetsPlugin I have double records in Change History block like that :
comment:17 Changed 06/05/2013 16:33:00 by Dino
@see #17 Test encore et encore ;) et encore
comment:18 Changed 06/05/2013 16:33:00 by Dino
In 65576:
@see #17 Test encore et encore ;) et encore
I have only one SVN Hook like : @trac-admin /path/to/env changeset modified "%REPOS" "%REV%"
Could you help me please ?
Thanks ;)
Attachments (1)
Change History (6)
Changed 12 years ago by
Attachment: | hook_svn.JPG added |
---|
comment:1 Changed 12 years ago by
You probably have tracopt.ticket.commit_updater.*
enabled. Just from reading the project page, it sounds like you should set:
[ticket-changesets] ticket_comments = false
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Replying to Dino:
When I enable TracTicketChangesetsPlugin I have double records in Change History block like that :
comment:17 Changed 06/05/2013 16:33:00 by Dino [65576]: @see #17 Test encore et encore ;) et encore
comment:18 Changed 06/05/2013 16:33:00 by Dino In 65576: @see #17 Test encore et encore ;) et encore
These two records are not the same (look at the 2nd row of each example), the first is produced by this plugin, the second is produced by tracopt.ticket.commit_updater.*
So another way to solve this, as compared to rjollos proposal, is to disable the tracopt version:
[components] tracopt.ticket.commit_updater.* = disabled
comment:3 Changed 12 years ago by
I attempted to add a small bit to the documentation to make the two options clear. Let me know if you have any further suggestions, wiki/TracTicketChangesetsPlugin.
comment:4 Changed 12 years ago by
... and fixed my typo from the first edit: wiki/TracTicketChangesetsPlugin
Double record