[TikiWiki-commits] [Git][tikiwiki/tiki][27.x] [FIX] listexecute: event for loading list input controls (especially via ajax)

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6970d24763dfd_2c182964795cc@gitlab-sidekiq-low-urgency-cpu-bound-v2-55566d954b-4h2p9.mail>

Victor Emanouilov pushed to branch 27.x at Tiki Wiki CMS Groupware / Tiki


Commits:
cc78d537 by Victor Emanouilov at 2026-01-21T15:18:57+02:00
[FIX] listexecute: event for loading list input controls (especially via ajax)

- - - - -


1 changed file:

- lib/jquery_tiki/wikiplugin-listexecute.js


Changes:

=====================================
lib/jquery_tiki/wikiplugin-listexecute.js
=====================================
@@ -41,6 +41,7 @@ $.fn.setupListExecute = function (id) {
                     $.service('tracker', 'fetch_item_field', params),
                     function () {
                         $(this).tiki_popover().applySelect2();
+                        $container.trigger('tiki.load.list_input_container');
                     }
                 ).show();
             } else if( params ) {
@@ -51,10 +52,12 @@ $.fn.setupListExecute = function (id) {
                     $(this).closest('form').find(".cat_tree").show();
                 }
                 $container.find('.list_input_container').hide();
+                $container.trigger('tiki.load.list_input_container');
             } else {
                 $(this).closest('.list_execute_actions').find('input[name=list_input]').hide();
                 $container.find('.list_input_container').hide();
                 $(this).closest('form').find(".cat_tree").hide();
+                $container.trigger('tiki.load.list_input_container');
             }
         });
 



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

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