Edgewall Software

Opened 8 years ago

Last modified 8 years ago

#12327 closed defect

log preferences can't be updated when viewing revision ranges — at Initial Version

Reported by: Christian Boos Owned by:
Priority: normal Milestone: 1.0.10
Component: version control/log view Version: 1.0-stable
Severity: normal Keywords:
Cc: Branch:
Release Notes:
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)

Change History (0)

Note: See TracTickets for help on using tickets.