[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Fix copy event event feature

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68cc4c3ed95f_2cdecc4478b3@gitlab-sidekiq-low-urgency-cpu-bound-v2-7fccb69b87-tsk8n.mail>

Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
2a4f4b27 by franck franck kalunga at 2025-09-18T16:28:34+00:00
[FIX] Fix copy event event feature
---
* [FIX] Fix copy event event feature

See merge request tikiwiki/tiki!8596

- - - - -


1 changed file:

- src/js/jquery-tiki/tiki-calendar.js


Changes:

=====================================
src/js/jquery-tiki/tiki-calendar.js
=====================================
@@ -255,7 +255,7 @@ $.fn.setupEventCalendar = function (eventCalendarParams) {
 // open modal for edit form
 $(document).on("click", ".edit-calendar-item-btn", function (e) {
     const $this = $(this);
-    const $modal = $this.parents().hasClass("modal-body")[0];
+    const $modal = $this.parents().hasClass("modal-body");
     if ($modal) {
         e.preventDefault();
         $.closeModal({



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

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