Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
anoopmb
/
frappe
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Update upload.js
version-14
Rushabh Mehta
hace 7 años
committed by
GitHub
padre
aa6f9b1b24
commit
98561b4f1b
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
frappe/public/js/frappe/upload.js
+ 1
- 1
frappe/public/js/frappe/upload.js
Ver fichero
@@ -97,7 +97,7 @@ frappe.upload = {
attached_files = attached_files.map(file => {
if (file.name === filename) {
file.is_private = is_private
? 1 : 0
;
file.is_private =
!!
is_private;
}
return file;
});
Escribir
Vista previa
Cargando…
Cancelar
Guardar