[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] trackeritemfield: preserve inline raw-like output when list_mode is not set

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69a9ac10cd9c1_3b18881493852@gitlab-sidekiq-low-urgency-cpu-bound-v2-76fc67c497-z67m8.mail>

Victor Emanouilov pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
2f843c5a by Domeshow Emmanuel at 2026-03-05T16:06:43+00:00
[FIX] trackeritemfield: preserve inline raw-like output when list_mode is not set
---
* [FIX] trackeritemfield: preserve inline raw-like output when list_mode is not set

See merge request tikiwiki/tiki!9581

- - - - -


1 changed file:

- lib/wiki-plugins/wikiplugin_trackeritemfield.php


Changes:

=====================================
lib/wiki-plugins/wikiplugin_trackeritemfield.php
=====================================
@@ -298,9 +298,9 @@ function wikiplugin_trackeritemfield($data, $params)
                 $handler = $trklib->get_field_handler($field, $info);
                 if (! empty($params['list_mode'])) {
                     $list_mode = $params['list_mode'];
-                    $out = $handler->renderOutput(['list_mode' => $list_mode]);
+                    $out = $handler->renderOutput(['list_mode' => $list_mode, 'showlinks' => 'n']);
                 } else {
-                    $out = $handler->renderOutput(['list_mode' => 'y']);
+                    $out = $handler->renderOutput(['list_mode' => 'y', 'showlinks' => 'n']);
                 }
                 return $out;
             }



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2f843c5a425a67883eafeec1647ab7e8e9e788f2

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2f843c5a425a67883eafeec1647ab7e8e9e788f2
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.