[TikiWiki-commits] [Git][tikiwiki/tiki][master] [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 <6970d271ce014_2b182dc4221be@gitlab-sidekiq-low-urgency-cpu-bound-v2-55566d954b-99mcg.mail>

Victor Emanouilov pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
3b4c29f7 by Victor Emanouilov at 2026-01-21T15:19:38+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();
+                        $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/3b4c29f73ad1b4939bb13a099affd82c33f56b08

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