Modify ↓
#225 closed defect (fixed)
Approving/Not Approving Code Review causes error
| Reported by: | Tim DeFoggi | Owned by: | Team5 |
|---|---|---|---|
| Priority: | normal | Component: | PeerReviewPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
When you click on Approve/Not Approve and error is thrown.
'int' object has no attribute 'replace'
This problem is comes from the dbEscape.py. I am attaching the quick fix I did to get it to work.
I'm running Trac 0.9.4 with Python 2.4.1
Attachments (1)
Change History (5)
Changed 20 years ago by
| Attachment: | dbEscape.diff added |
|---|
comment:1 Changed 20 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 Changed 20 years ago by
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:4 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.


