Hey @markgates ,
Try frappe/upload.js at 880d824b77d2a6392a5d8ae9ea7db22199513c91 · frappe/frappe · GitHub
to change the line to
file => Object.assign(file, {is_private: opts.is_private || 1})
so be default all the attachment will be made private
Hey @markgates ,
Try frappe/upload.js at 880d824b77d2a6392a5d8ae9ea7db22199513c91 · frappe/frappe · GitHub
to change the line to
file => Object.assign(file, {is_private: opts.is_private || 1})
so be default all the attachment will be made private