[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [BP][FIX] Trackercalendar itemId parameter handling

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6992f3441fa1e_3b1858a832850@gitlab-sidekiq-low-urgency-cpu-bound-v2-7b68dd745d-88fc6.mail>

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


Commits:
dd03f69f by Yves Ngalamulume at 2026-02-16T10:28:27+00:00
[BP][FIX] Trackercalendar itemId parameter handling
---
* [FIX] Trackercalendar itemId parameter handling
---
* [DOC] clarify trkitemid dependency on addAllFields

* [DOC] Clarify trkitemid dependency on addAllFields

* [FIX] Trackercalendar itemId parameter handling

See merge request tikiwiki/tiki!9415

See merge request tikiwiki/tiki!9454

- - - - -


1 changed file:

- src/js/jquery-tiki/wikiplugin-trackercalendar.js


Changes:

=====================================
src/js/jquery-tiki/wikiplugin-trackercalendar.js
=====================================
@@ -144,8 +144,8 @@ $.fn.setupEventCalendar = function (tcPluginParams) {
 
                         // Store useful data values to the URL for Wiki Argument Variable
                         // use and to javascript session storage for JQuery use
-                        actualURL += "trackerid=" + event.trackerId;
-                        if (event.trkitemid === "y") {
+                        actualURL += "trackerid=" + tcPluginParams.trackerId;
+                        if (tcPluginParams.trkitemid === "y") {
                             actualURL = actualURL + "&itemId=" + event.id;
                         } else {
                             actualURL = actualURL + "&itemid=" + event.id;



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

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/dd03f69f277484b7f5e20e57bc7e4b5d0378661c
You're receiving this email because of your account on gitlab.com.

_______________________________________________
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.