[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Trackers: Wrong filter called when creating a tracker item

"ushindi bienvenu \(@usbbush\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68b04f2b7c8cf_2cd78fc31594@gitlab-sidekiq-low-urgency-cpu-bound-v2-dbf997b86-jm4mw.mail>

ushindi bienvenu pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
48e71789 by MAGENE Sem Joel at 2025-08-28T12:36:29+00:00
[FIX] Trackers: Wrong filter called when creating a tracker item
---
* [FIX] Trackers: Wrong filter called when creating a tracker item

See merge request tikiwiki/tiki!8412

- - - - -


1 changed file:

- lib/trackers/trackerlib.php


Changes:

=====================================
lib/trackers/trackerlib.php
=====================================
@@ -7073,7 +7073,7 @@ class TrackerLib extends TikiLib
             'logo' => $input->logo->text(),
             'useFormClasses' => $input->useFormClasses->int() ? 'y' : 'n',
             'formClasses' => $input->formClasses->text(),
-            'tabularSync' => implode(',', $input->tabularSync->asArray()),
+            'tabularSync' => implode(',', $input->tabularSync->array()),
             'tabularSyncModifiedField' => $input->tabularSyncModifiedField->int(),
             'tabularSyncLastImport' => $input->tabularSyncLastImport->int(),
             'tabularSyncLastImportSkipUpdate' => $input->tabularSyncLastImportSkipUpdate->int() ? 'y' : 'n',



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

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