[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.4-259-g8cb0f8354a

? sunnavy sunnavy at bestpractical.com
Tue Mar 9 16:38:34 EST 2021


The branch, 4.4-trunk has been updated
       via  8cb0f8354a38c0d50311b39c717c786093122450 (commit)
      from  0cca648652c29d40439f92c5364065b097de6b90 (commit)

Summary of changes:
 share/html/Search/Elements/Article | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 8cb0f8354a38c0d50311b39c717c786093122450
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Mar 10 05:30:27 2021 +0800

    Add the missing WebPath to links in article saved searches

diff --git a/share/html/Search/Elements/Article b/share/html/Search/Elements/Article
index 1064c8cf7e..6d71aec81d 100644
--- a/share/html/Search/Elements/Article
+++ b/share/html/Search/Elements/Article
@@ -49,8 +49,8 @@
     Collection => $articles, 
     Class => 'RT::Articles',
     Format => q{
-    '<a href="/Articles/Article/Display.html?id=__id__">__id__</a>/TITLE:#',
-    '<a href="/Articles/Article/Display.html?id=__id__">__Name__</a>/TITLE:Name',
+    '<a href="__WebPath__/Articles/Article/Display.html?id=__id__">__id__</a>/TITLE:#',
+    '<a href="__WebPath__/Articles/Article/Display.html?id=__id__">__Name__</a>/TITLE:Name',
     '__ClassName__',
     '__CreatedRelative__',
     '__LastUpdatedRelative__',

-----------------------------------------------------------------------


More information about the rt-commit mailing list