[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [FIX] ItemLink ObjectSelector filter - use item IDs without the type: in the...

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <696f3c3158784_2c252fb00466db@gitlab-sidekiq-low-urgency-cpu-bound-v2-bcbfd78cc-x4t4c.mail>

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


Commits:
07e13da5 by Victor Emanouilov at 2026-01-20T10:26:21+02:00
[FIX] ItemLink ObjectSelector filter - use item IDs without the type: in the incoming identifier value

- - - - -


1 changed file:

- lib/core/Tracker/Field/ItemLink.php


Changes:

=====================================
lib/core/Tracker/Field/ItemLink.php
=====================================
@@ -1490,6 +1490,7 @@ class Tracker_Field_ItemLink extends \Tracker\Field\AbstractItemField implements
                 $value = $control->getValue();
 
                 if ($value) {
+                    $value = str_replace('trackeritem:', '', $value);
                     if ($multivalue) {
                         $query->filterMultivalue((string) $value, $baseKey);
                     } else {



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

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