[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [FIX] Allow non-latin characters in tracker field name when editing recategorization event

"Baraka Kinywa \(@bkinywa24\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69712ba7cb249_2c43039d8309b8@gitlab-sidekiq-low-urgency-cpu-bound-v2-867f88b8bf-8lgc9.mail>

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


Commits:
cffd85c3 by Espoir Baraka at 2026-01-21T21:32:17+02:00
[FIX] Allow non-latin characters in tracker field name when editing recategorization event
---
* [FIX] Allow non-latin characters in tracker field name when editing recategorization event
---
* [FIX] Allow non-latin characters in tracker field name when editing recategorization event

See merge request tikiwiki/tiki!9375

(cherry picked from commit 1a40ee68a239a37d10fd8f33e7d306d005a6169c)

See merge request tikiwiki/tiki!9386

- - - - -


1 changed file:

- lib/core/Services/Tracker/Controller.php


Changes:

=====================================
lib/core/Services/Tracker/Controller.php
=====================================
@@ -370,7 +370,7 @@ class Services_Tracker_Controller
             }
         }
 
-        $name = $input->name->word();
+        $name = $input->name->text();
         if (! empty($name)) {
             $fields = $definition->getFields();
             foreach ($fields as $currentField) {



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

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