Modify ↓
Opened 17 years ago
Closed 17 years ago
#1897 closed defect (duplicate)
Unable to add comment to peer review
Reported by: | Peter | Owned by: | Team5 |
---|---|---|---|
Priority: | normal | Component: | PeerReviewPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
When trying to add a comment to a line and clicking on Add Comment I get a Internal trac error.
Traceback (most recent call last): File "C:\Python23\lib\site-packages\trac\web\main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "C:\Python23\lib\site-packages\trac\web\main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "build\bdist.win32\egg\codereview\peerReviewCommentCallback.py", line 44, in process_request File "build\bdist.win32\egg\codereview\peerReviewCommentCallback.py", line 114, in createComment AttributeError: 'unicode' object has no attribute 'filename'
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Duplicate of #1793