[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [FIX] trackers: Correct typo in var for show fields description

"Jonny Bradley \(@jonnybradley\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69c2ac2195791_3b18de18547e1@gitlab-sidekiq-low-urgency-cpu-bound-v2-7886fbdd67-jjzzk.mail>

Jonny Bradley pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki


Commits:
00d7bb99 by Jonny Bradley at 2026-03-24T15:22:03+00:00
[FIX] trackers: Correct typo in var for show fields description
---
* [FIX] trackers: Correct typo in var for show fields description (regression originally from 386e5fdb - him again! ;)

See merge request tikiwiki/tiki!9834


(cherry picked from commit 6edf4b8f7ef4942111370bb08d2ed58d828b8141)

0c355684 [FIX] trackers: Correct typo in var for show fields description (regression...

Co-authored-by: Jonny Bradley <[email protected]>
- - - - -


1 changed file:

- lib/wiki-plugins/wikiplugin_tracker.php


Changes:

=====================================
lib/wiki-plugins/wikiplugin_tracker.php
=====================================
@@ -2095,7 +2095,7 @@ function wikiplugin_tracker($data, $params)
                     } else {
                         $mand = ($isFieldMandatory($f)) ? "&nbsp;<strong class='mandatory_star text-danger tips' title=':" . tra("This field is mandatory") . "'>*</strong>&nbsp;" : '';
 
-                        if (isset($showfielddesc) && $showfielddesc === 'y' && ! empty($f['description'])) {
+                        if (isset($showfieldsdesc) && $showfieldsdesc === 'y' && ! empty($f['description'])) {
                             $desc = $f['descriptionIsParsed'] == 'y' ? TikiLib::lib('parser')->parse_data($f['description']) : htmlspecialchars(tra($f['description']));
                             $desc = '<div class="trackerplugindesc">' . $desc . '</div>';
                         } else {



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/00d7bb992bc39f1a6674bdbbe1d361da7948dfc2

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