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

"Domeshow Emmanuel \(@Domeshow\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69ab53e19e421_3b1892dc96359@gitlab-sidekiq-low-urgency-cpu-bound-v2-6cd78889bf-td9sv.mail>

Domeshow Emmanuel pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki


Commits:
43a5b333 by Domeshow Emmanuel at 2026-03-07T00:15:49+02: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
---
* [FIX] trackeritemfield: preserve inline raw-like output when list_mode is not set

See merge request tikiwiki/tiki!9581


(cherry picked from commit 2f843c5a425a67883eafeec1647ab7e8e9e788f2)

aef35a6e [FIX] trackeritemfield: preserve inline raw-like output when list_mode is not set

Co-authored-by: Domeshow Emmanuel <[email protected]>

See merge request tikiwiki/tiki!9705

- - - - -


1 changed file:

- lib/wiki-plugins/wikiplugin_trackeritemfield.php


Changes:

=====================================
lib/wiki-plugins/wikiplugin_trackeritemfield.php
=====================================
@@ -302,9 +302,9 @@ function wikiplugin_trackeritemfield($data, $params)
                 $handler = $trklib->get_field_handler($field, $info);
                 if (isset($params['list_mode']) && ! 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/43a5b333ea7e2069de59bca93703c1ea44e8218f

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/43a5b333ea7e2069de59bca93703c1ea44e8218f
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.