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

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69700218e6083_2c182054571bd@gitlab-sidekiq-low-urgency-cpu-bound-v2-565d9c88b-s955t.mail>

Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
1a40ee68 by Espoir Baraka at 2026-01-20T22:24:06+00: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

See merge request tikiwiki/tiki!9375

- - - - -


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/1a40ee68a239a37d10fd8f33e7d306d005a6169c

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