[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [BP][FIX] Modules: handle modules wrapped in additional containers (e.g., topclass) in drag & drop

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69dfee2189fc0_3b18e2f039189@gitlab-sidekiq-low-urgency-cpu-bound-v2-5465c455d4-h895q.mail>

luci pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki


Commits:
854073d1 by Landry Bitege at 2026-04-15T19:52:02+00:00
[BP][FIX] Modules: handle modules wrapped in additional containers (e.g., topclass) in drag & drop
---
* [FIX] Modules: handle modules wrapped in additional containers (e.g., topclass) in drag & drop
---
* [FIX] Modules: handle modules wrapped in additional containers (e.g., topclass) in drag & drop

See merge request tikiwiki/tiki!9979

(cherry picked from commit f9a1973bde655a9bf07347b39a67e20e94e766a1)

See merge request tikiwiki/tiki!10016

- - - - -


1 changed file:

- lib/modules/tiki-admin_modules.js


Changes:

=====================================
lib/modules/tiki-admin_modules.js
=====================================
@@ -88,7 +88,7 @@ $(function() {    // wrapping
                 modAdminDirty = false;
                 let ser = {};
                 $(".modules").each(function() { /* do this on everything of class "modules" */
-                    let $modules = $(this).find("> div.module");
+                    let $modules = $(this).find("div.module");
                     if ($modules.length === 0) {
                         // feature_layoutshadows adds an extra div here
                         $modules = $(this).find("> div.box-shadow > div.module");



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/854073d1ad2c25cb07d1636c7c42c05ea05e274e

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/854073d1ad2c25cb07d1636c7c42c05ea05e274e
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
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.