Procházet zdrojové kódy

FD3-660 traducciones eliminadas

Espinoza Guillermo před 7 roky
rodič
revize
73c0b5ad4a

+ 0 - 3
src/CablemodemBundle/Resources/translations/CablemodemBundle.es.yml

@@ -77,9 +77,6 @@ form:
     label_mta_fixed_i_p:  IP fija MTA
     label_comments: Comentarios
     label_time_cm_stats: Estadísticas y SLA de CMs
-    label_check_fixed_i_p: IP fija
-    label_check_cpe_fixed_i_p: IP fija CPE
-    label_check_mta_fixed_i_p: IP fija MTA
     
 list:
     label_id: Id

+ 3 - 0
src/CablemodemBundle/Resources/views/CRUD/edit.html.twig

@@ -51,6 +51,9 @@ function updateFixedIPs(id, value)
                         $select.append('<option value="' + value + '">' + value + '</option>');
                     });
                 }
+                if (data.error) {
+                    console.log(data.error);
+                }
                 
                 return false;
             },