[TikiWiki-commits] [Git][tikiwiki/tiki][29.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 | <6970d280992b0_2c89fd28556fe@gitlab-sidekiq-low-urgency-cpu-bound-v2-55566d954b-hghbm.mail> |
Victor Emanouilov pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki
Commits:
2975faed by Victor Emanouilov at 2026-01-21T15:19:53+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/2975faedbc50477ad573ae6cefc2fa68e603df62
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2975faedbc50477ad573ae6cefc2fa68e603df62
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