[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [FIX] Tracker: Empty modal when editing tracker field after import

"Jonny Bradley \(@jonnybradley\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69d64a3124fad_3b4471054884@gitlab-sidekiq-low-urgency-cpu-bound-v2-56795c899f-zg9xt.mail>

Jonny Bradley pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki


Commits:
ffd3e006 by Landry Bitege at 2026-04-08T13:28:59+01:00
[FIX] Tracker: Empty modal when editing tracker field after import
---
* [FIX] Tracker: Empty modal when editing tracker field after import

See merge request tikiwiki/tiki!9911

(cherry picked from commit f443aa4ad0faa3f3d4957a10869491119efde835)

- - - - -


1 changed file:

- lib/smarty_tiki/FunctionHandler/ObjectSelector.php


Changes:

=====================================
lib/smarty_tiki/FunctionHandler/ObjectSelector.php
=====================================
@@ -91,7 +91,7 @@ class ObjectSelector extends Base
             $arguments['simpleid'] = 'object_selector_' . ++$uniqid;
         }
 
-        $arguments['filter'] = array_merge($arguments['filter'], $filters);
+        $arguments['filter'] = array_merge((array)$arguments['filter'], $filters);
 
         if ($arguments['simplevalue'] && ! $arguments['value'] && isset($arguments['filter']['type'])) {
             $arguments['value'] = "{$arguments['filter']['type']}:{$arguments['simplevalue']}";



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

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/ffd3e006d2d0629dc154e7cb5860706636cbb792
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
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.