[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [BP][FIX] Trackers: Autocomplete search is inconsistent with the main Find button
"Baraka Kinywa \(@bkinywa24\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <68a5a133e2909_2cd6e3462a@gitlab-sidekiq-low-urgency-cpu-bound-v2-78d9d68c78-85cgq.mail> |
Baraka Kinywa pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki
Commits:
9d7455e8 by MAGENE Sem Joel at 2025-08-20T13:11:39+03:00
[BP][FIX] Trackers: Autocomplete search is inconsistent with the main Find button
---
* [FIX] Trackers: Autocomplete search is inconsistent with the main Find button
---
* [FIX] tracker: Autocomplete search is inconsistent with main Find button and should use a contains logic
See merge request tikiwiki/tiki!8183
(cherry picked from commit 1ffba124212680458a2bed6b3a03ef1ef6cc80de)
See merge request tikiwiki/tiki!8331
- - - - -
1 changed file:
- lib/trackers/trackerlib.php
Changes:
=====================================
lib/trackers/trackerlib.php
=====================================
@@ -3906,7 +3906,7 @@ class TrackerLib extends TikiLib
//FIXME: perm filter ?
$result = $this->fetchAll(
'SELECT `name` FROM `tiki_trackers` WHERE `name` LIKE ?',
- [$name . '%'],
+ ['%' . $name . '%'],
10
);
$names = [];
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/9d7455e8668206649957fc508bdb4171c0354fc9
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/9d7455e8668206649957fc508bdb4171c0354fc9
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