[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Fix email move operation handling in tracker context
"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <68d64d03c085f_2bdf8f45785e@gitlab-sidekiq-low-urgency-cpu-bound-v2-5696df457-7dmt2.mail> |
Victor Emanouilov pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
3ed4a300 by Joseph Lwanzo Kausi at 2025-09-26T08:13:35+00:00
[FIX] Fix email move operation handling in tracker context
---
* Remove email move operation checks and refine event handling for dropdowns
* [FIX] Fix email move operation handling in tracker context
See merge request tikiwiki/tiki!8587
- - - - -
1 changed file:
- lib/jquery_tiki/tiki-trackers.js
Changes:
=====================================
lib/jquery_tiki/tiki-trackers.js
=====================================
@@ -453,15 +453,24 @@
});
$(document).on('change', '.edit-tabular table :input', function (e) {
+ if ($(this).closest('.inline-cypht').length > 0) {
+ return;
+ }
$(this).closest('table').trigger('tabular-update');
highlightElement($(this).closest('tr').find('td:first-child .input-group'));
});
$(document).on('click', '.btn.dropdown-toggle', function () {
+ if ($(this).closest('.inline-cypht').length > 0) {
+ return;
+ }
window.align = $('.align', this).text();
});
$(document).on('hide.bs.dropdown', '.btn.dropdown-toggle', function () {
+ if ($(this).closest('.inline-cypht').length > 0) {
+ return;
+ }
let currentAlign = $('.align', this).text();
if (currentAlign !== window.align) {
highlightElement($(this).closest('tr').find('td:first-child .input-group'));
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/3ed4a300f3b349ba7ba5b28ce3a05097f5bf1a86
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/3ed4a300f3b349ba7ba5b28ce3a05097f5bf1a86
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