id summary reporter owner description type status priority component severity resolution keywords cc release 11607 "Processing ""View revision"" needs ""display_rev"" set in data." anonymous Cinc-th "When creating a code review, the browser display can show files based on a revision in the ""View revision"" field. When setting this field, the {{{display_rev}}} property needs to be set when calling the web page. (I am not entirely familiar with programming of the templates and such, but I hope this is making sense.) I seem to have fixed this in my own installation (Trac 0.12.2) by inserting some lines in file {{{peerReviewBrowser.py}}}, function {{{process_request()}}} ... First, after the retrieving of {{{repos}}}, I added: {{{ display_rev = repos.display_rev }}} Then when setting {{{data}}}, I added: {{{ 'display_rev': display_rev, }}} " defect closed normal PeerReviewPlugin normal fixed Ryan J Ollos