Edgewall Software
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)

Change History (2)

comment:1 by Christopher Lenz, 19 years ago

Status: newassigned

Oops :-P

comment:2 by Christopher Lenz, 19 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [1769].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.