jqh před 5 roky
rodič
revize
65c602119d

+ 1 - 1
src/Grid/Displayers/Checkbox.php

@@ -90,7 +90,7 @@ EOT;
             error: function (a, b, c) {
                 btn.buttonLoading(false);
                 f = 0;
-                Dcat.ajaxError(a, b, c);
+                Dcat.handleAjaxError(a, b, c);
             },
         });
     

+ 1 - 1
src/Grid/Displayers/Radio.php

@@ -80,7 +80,7 @@ EOT;
             error: function (a, b, c) {
                 btn.buttonLoading(false);
                 f = 0;
-                Dcat.ajaxError(a, b, c);
+                Dcat.handleAjaxError(a, b, c);
             },
         });