Kirin %!s(int64=4) %!d(string=hai) anos
pai
achega
ac831e3933

+ 2 - 2
app/api/controller/PublicController.php

@@ -51,14 +51,14 @@ class PublicController
                         }
                         $childs .= "]";
                     }
-                    $ress = $kk == 0 ? ('{"value":  "' . $vv['name'] . '", "label": "' . $vv['name'] . '"}') : (',{"value": "' . $vv['name'] . '", "label": "' . $vv['name'] . '"}');
+                    $ress = $kk == 0 ? ('{"value":  "' . $vv['name'] . '", "label": "' . $vv['name'] . '"') : (',{"value": "' . $vv['name'] . '", "label": "' . $vv['name'] . '"');
                     if ($childs) $ress .= $childs;
                     $ress .= '}';
                     $child .= $ress;
                 }
                 $child .= "]";
             }
-            $ress = $k == 0 ? ('{"value":  "' . $v['name'] . '", "label": "' . $v['name'] . '"}') : (',{"value": "' . $v['name'] . '", "label": "' . $v['name'] . '"}');
+            $ress = $k == 0 ? ('{"value":  "' . $v['name'] . '", "label": "' . $v['name'] . '"') : (',{"value": "' . $v['name'] . '", "label": "' . $v['name'] . '"');
             if ($child) $ress .= $child;
             $ress .= '}';
             $res .= $ress;

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
public/static/plug/form-create/1.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio