Explorar el Código

Custom Attach field, user not able to attach file (#4274)

version-14
rohitwaghchaure hace 7 años
committed by Rushabh Mehta
padre
commit
60078d61a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      frappe/public/js/frappe/upload.js

+ 1
- 1
frappe/public/js/frappe/upload.js Ver fichero

@@ -15,7 +15,7 @@ frappe.upload = {
// make private by default
if (!("options" in opts) || ("options" in opts &&
(!opts.options.toLowerCase()=="public" && !opts.options.toLowerCase()=="image"))) {
(opts.options && !opts.options.toLowerCase()=="public" && !opts.options.toLowerCase()=="image"))) {
opts.is_private = 1;
}


Cargando…
Cancelar
Guardar