[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Tracker item: missing 'Save and Comment' button while editing tracker item.

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <697b91a7199bd_3b183c7438772@gitlab-sidekiq-low-urgency-cpu-bound-v2-5fdb75b856-n6k8s.mail>

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


Commits:
7a9bed5b by Boss Ibrahim Mussa Gregoire at 2026-01-29T16:48:28+00:00
[FIX] Tracker item: missing 'Save and Comment' button while editing tracker item.
---
* [FIX] Tracker item: missing save and comment button for edit item.

See merge request tikiwiki/tiki!9413

- - - - -


1 changed file:

- lib/jquery_tiki/tiki-jquery.js


Changes:

=====================================
lib/jquery_tiki/tiki-jquery.js
=====================================
@@ -1576,7 +1576,6 @@ $.fn.tiki = function(func) {
                     $.closeModal();
                     return true;
                 });
-
                 $dialog.find('form .submit').hide();
 
                 $dialog.find('form:not(.no-ajax)').off("submit").on("submit", ajaxSubmitEventHandler(function (data) {
@@ -3297,7 +3296,7 @@ $(document).on('tiki.modal.redraw', '.modal.fade', function () {
 
     // On Modal show, find all buttons part of a .submit block and create
     // proxies of them in the modal footer
-    $('.modal-footer .auto-btn', modal).remove();
+    $('.modal-footer', modal).find('*').not('[data-bs-dismiss], .cleanable-false').remove();
     $('div.submit .btn', modal).each(function () {
         var $submit = $(this);
         if ($submit.hasClass('dropdown-toggle') && $submit.parent().hasClass('dropdown')) {
@@ -3351,9 +3350,6 @@ $(document).on('tiki.modal.redraw', '.modal.fade', function () {
                     }
                 });
         }
-
-        $('.modal-footer', modal).find('*').not('[data-bs-dismiss], .cleanable-false').remove();
-
         $('.modal-footer', modal).append($button);
     });
 



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

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