jqh пре 5 година
родитељ
комит
d327d920c4

+ 7 - 0
resources/assets/dcat-admin/form.js

@@ -188,6 +188,13 @@
                 $c = $form.find('[name="' + column.replace(/end$/, '') + '"]');
             }
 
+            if (!$c.length) {
+                $c = $form.find('[name="' + column.replace(/start\]$/, ']') + '"]');
+            }
+            if (!$c.length) {
+                $c = $form.find('[name="' + column.replace(/end\]$/, ']') + '"]');
+            }
+
             return $c;
         }
 

+ 7 - 0
resources/assets/dcat-admin/main.js

@@ -907,6 +907,13 @@ window.require = window.define = window.exports = window.module = undefined;
                 $c = $form.find('[name="' + column.replace(/end$/, '') + '"]');
             }
 
+            if (!$c.length) {
+                $c = $form.find('[name="' + column.replace(/start\]$/, ']') + '"]');
+            }
+            if (!$c.length) {
+                $c = $form.find('[name="' + column.replace(/end\]$/, ']') + '"]');
+            }
+
             return $c;
         }
 

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
resources/assets/dcat-admin/main.min.js


Неке датотеке нису приказане због велике количине промена