Ticket #181 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Delete action has wrong path

Reported by: movex@bayern-mail.de Assigned to: Blackhex
Priority: normal Component: GuestbookPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

If I want to delete an entry, I get "requested path not found"

I think this happens when your Trac installation is not on http://domain but http://domain/trac

So path declaration should be relative.

Attachments

Change History

02/08/06 04:34:12 changed by movex@bayern-mail.de

  • status changed from new to closed.
  • resolution set to fixed.

Instead of:

          <th class="right">
            <a href="/guestbook?action=delete;id=<?cs var:message.id ?>">
              Delete
            </a>

use:

          <th class="right">
            <a href="<?cs var:trac.href.guestbook ?>?action=delete;id=<?cs var:message.id ?>">
              Delete
            </a>

02/08/06 05:29:57 changed by Blackhex

Yes, off course - fixed in svn


Add/Change #181 (Delete action has wrong path)




Change Properties
Action