]> _ Git - cubist_cms-back.git/commitdiff
wait #7889 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 10 Dec 2025 17:17:39 +0000 (18:17 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 10 Dec 2025 17:17:39 +0000 (18:17 +0100)
src/resources/views/when.blade.php

index 2c042955ae73867393e1d7b24d8b2d9b881887cb..bb7bbc1ba748e7ccc7358e0120da275b7d2474e0 100644 (file)
                     if (match) {
                         $(this).addClass('when-visible');
                         $(this).attr('data-when-order', order);
+                        // Init select2 that were hidden
+                        try {
+                            initUntriggeredSelectFromArray($);
+                        } catch (e) {
+
+                        }
                     }
                 });