[Bps-public-commit] r20246 - RT-BugTracker-Public/html/Public/Bug
ruz at bestpractical.com
ruz at bestpractical.com
Wed Jan 6 12:35:02 EST 2010
Author: ruz
Date: Wed Jan 6 12:35:01 2010
New Revision: 20246
Modified:
RT-BugTracker-Public/html/Public/Bug/Display.html
Log:
* fix display path for public interface
Modified: RT-BugTracker-Public/html/Public/Bug/Display.html
==============================================================================
--- RT-BugTracker-Public/html/Public/Bug/Display.html (original)
+++ RT-BugTracker-Public/html/Public/Bug/Display.html Wed Jan 6 12:35:01 2010
@@ -69,7 +69,8 @@
ShowHeaders => $ARGS{'ShowHeaders'},
Attachments => $attachments,
AttachmentContent => $attachment_content,
- UpdatePath => "$RT::WebPath/Public/Bug/Update.html"
+ DisplayPath => RT->Config->Get('WebPath') . '/Public/Bug/Display.html?id='. $TicketObj->id,
+ UpdatePath => RT->Config->Get('WebPath') . '/Public/Bug/Update.html',
&>
<%ARGS>
More information about the Bps-public-commit
mailing list