Modify

Opened 18 years ago

Closed 18 years ago

#233 closed defect (fixed)

Review ID error when hitting "Approve" button

Reported by: skizye@… 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 18 years ago by Noah Kantrowitz

Resolution: duplicate
Status: newclosed

Duplicate of #232

comment:2 Changed 18 years ago by Team5

Resolution: duplicate
Status: closedreopened

comment:3 Changed 18 years ago by anonymous

Resolution: fixed
Status: reopenedclosed

comment:4 Changed 18 years ago by anonymous

Resolution: fixed
Status: closedreopened
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 18 years ago by Team5

Resolution: fixed
Status: reopenedclosed

We applied this workaround in our new version 0.3

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Team5.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.