Modify ↓
#10418 closed enhancement (fixed)
Don't add a comment
| Reported by: | Sam Halliday | Owned by: | Björn Harrtell |
|---|---|---|---|
| Priority: | normal | Component: | GridModifyPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.0 |
Description
Thanks for this great plugin!
I find the auto comments to be very intrusive. The following patch will disable them, but if you feel there is value in the comments I would recommend having an option (off by default) for adding the comments.
diff -r ec2c58e517b9 gridmodifyplugin/trunk/gridmod/web_ui.py
--- a/gridmodifyplugin/trunk/gridmod/web_ui.py Sat Aug 11 22:09:49 2012 +0000
+++ b/gridmodifyplugin/trunk/gridmod/web_ui.py Fri Sep 28 18:22:23 2012 +0100
@@ -97,7 +97,7 @@
# * Rendering is handled differently in the report form
# * TextAreas support Wiki formatting so would need to use the Wiki engine
- ticket.save_changes(author=req.authname, comment='updated by gridmod plugin')
+ ticket.save_changes(author=req.authname)
try:
tn = TicketNotifyEmail(self.env)
diff -r ec2c58e517b9 renameuserplugin/0.12/setup.py
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
| Type: | defect → enhancement |
|---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:4 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.



Just wanted to ask if this plugin is still being maintained by bjornharrtell.