Modify ↓
#12327 closed defect (fixed)
log preferences can't be updated when viewing revision ranges
| Reported by: | Christian Boos | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.10 |
| Component: | version control/log view | Version: | 1.0-stable |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: |
Log preferences can be updated again when viewing revision ranges |
||
| API Changes: | |||
| Internal Changes: | |||
Description
For e.g. log:branches/1.0-stable?revs=14482-14483, we generated the following HTML:
<form id="prefs" action="" method="get"> <div> <input type="hidden" name="action" value="stop_on_copy"> <input type="hidden" name="revs" value="<trac.versioncontrol.web_ui.log.RevRanges object at 0x7fd9da09a210>"> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Needless to say, pressing Update will lead to an error page.
(0.12-stable doesn't have the problem, 1.0-stable and trunk do)
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



Aha! Didn't know about r13919 (slowly catching up with the great stuff that happened while I was off duty ;-) ).
Fix should be trivial:
revisionlog.html
str(revranges)}" py:if="revranges" />