[TikiWiki-commits] [Git][tikiwiki/tiki][master] [REF] Trackers: Use intended JitFilter pattern for array values

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68b557898f8bc_2cdca2851254@gitlab-sidekiq-low-urgency-cpu-bound-v2-5955685dc5-7qq7h.mail>

Victor Emanouilov pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
5b41a0f7 by MAGENE Sem Joel at 2025-09-01T08:13:31+00:00
[REF] Trackers: Use intended JitFilter pattern for array values
---
* [REF] Trackers: Use intended JitFilter pattern for array values

See merge request tikiwiki/tiki!8460

- - - - -


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->array()),
+            'tabularSync' => implode(',', $input->asArray('tabularSync')),
             'tabularSyncModifiedField' => $input->tabularSyncModifiedField->int(),
             'tabularSyncLastImport' => $input->tabularSyncLastImport->int(),
             'tabularSyncLastImportSkipUpdate' => $input->tabularSyncLastImportSkipUpdate->int() ? 'y' : 'n',



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

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