[TikiWiki-commits] [Git][tikiwiki/tiki][27.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 <69ab57e265303_3b1891c451f8@gitlab-sidekiq-low-urgency-cpu-bound-v2-6cd78889bf-n2k9k.mail>

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


Commits:
cc5335b4 by Domeshow Emmanuel at 2026-03-07T00:33:02+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
---
* [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


(cherry picked from commit 43a5b333ea7e2069de59bca93703c1ea44e8218f)

127187d3 [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!9706

- - - - -


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/cc5335b44fa8372cb7c0cccfa3d720aa18c556e6

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