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

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69ce8d8654fca_3b83f3ce074247@gitlab-sidekiq-low-urgency-cpu-bound-v2-78df9f9d69-6vbx5.mail>

luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
f443aa4a by Landry Bitege at 2026-04-02T15:30:57+00: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

- - - - -


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/f443aa4ad0faa3f3d4957a10869491119efde835

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