Changeset 3505
- Timestamp:
- 04/12/08 10:32:51 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
peerreviewplugin/branches/2.1-toddler/codereview/peerReviewNew.py
r3455 r3505 176 176 struct.Notes = req.args.get('Notes') 177 177 id = struct.save(self.env.get_db_cnx()) 178 178 self.log.debug('BEN %s', id) 179 179 # loop here through all the reviewers 180 180 # and create new reviewer structs based on them … … 186 186 struct.IDReview = id 187 187 struct.Reviewer = token 188 struct.Status = 'Not Reviewed'188 struct.Status = 0 189 189 struct.Vote = "-1" 190 190 struct.save(self.env.get_db_cnx())
