Modify ↓
Opened 19 years ago
Closed 19 years ago
#233 closed defect (fixed)
Review ID error when hitting "Approve" button
Reported by: | Owned by: | Team5 | |
---|---|---|---|
Priority: | normal | Component: | PeerReviewPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.8 |
Description
I get the following error when trying to "Approve" a peer review.
Review ID error Invalid review ID supplied - unable to load page.
Attachments (0)
Change History (5)
comment:1 Changed 19 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 19 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:3 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:4 Changed 19 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Trac Release: | → 0.8 |
This is an issue in the CGI and FastCGI modules in Python. A related bug can be found here: http://projects.edgewall.com/trac/ticket/2284
The workaround is to remove the query-string arguments on the form action and replace them with hidden variables.
Example from peerReviewView.cs:
comment:5 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
We applied this workaround in our new version 0.3
Note: See
TracTickets for help on using
tickets.
Duplicate of #232