Modify ↓
Opened 19 years ago
Closed 19 years ago
#1643 closed defect (fixed)
Diff update does not work after [1768]
Reported by: | Emmanuel Blot | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | wiki system | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I may have missed a point, but it seems the last changeset broke the diff feature.
The get_diff_options(req) method checks for 'update' key which is not produced by the wiki.cs template anymore.
A quick patch like the following one may be one solution:
Index: templates/wiki.cs =================================================================== --- trac/templates/wiki.cs (revision 1768) +++ trac/templates/wiki.cs (working copy) @@ -79,6 +79,7 @@ </div> </fieldset> <div class="buttons"> + <input type="hidden" name="update" /> <input type="submit" value="Update" /> </div> </div>
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Oops :-P