[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.0-160-g215782d8f7

? sunnavy sunnavy at bestpractical.com
Fri Dec 18 17:49:53 EST 2020


The branch, 5.0-trunk has been updated
       via  215782d8f72827a33e30209ecf0f9324290bd8c4 (commit)
      from  fd89077092bcdfed3312c6015831b92b07e9b224 (commit)

Summary of changes:
 share/html/Elements/SelfServiceTopArticles | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 215782d8f72827a33e30209ecf0f9324290bd8c4
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Dec 19 06:36:59 2020 +0800

    Articles in SelfServiceTopArticles shall be in ascending order by SortOrder

diff --git a/share/html/Elements/SelfServiceTopArticles b/share/html/Elements/SelfServiceTopArticles
index 2709f87df3..1bf17d9a00 100644
--- a/share/html/Elements/SelfServiceTopArticles
+++ b/share/html/Elements/SelfServiceTopArticles
@@ -45,4 +45,4 @@
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
-<& /Elements/SelfServiceShowArticles, orderby_field => 'SortOrder', sortorder => 'Desc', title => loc('[_1] Top Articles', 5), rows => 5 &>
+<& /Elements/SelfServiceShowArticles, orderby_field => 'SortOrder', sortorder => 'ASC', title => loc('[_1] Top Articles', 5), rows => 5 &>

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


More information about the rt-commit mailing list