cloudinary / cloudinary/pycloudinary

CloudinaryFileField doesn't show checkbox for clear the field

Abierto
#258 2 comentarios 0 reacciones 1 asignado Reclamado por @YomesInc Ver en GitHub
Lenguaje dominante
Python
Estrellas
262
Forks
134
Merge medio
5 h 6 min
PR fusionados (30 d)
5

Descripción

Hello,
I'm ussing the CloudinaryField in model to upload the image in my project but today I need add more options like "quality" so I implemented CloudinaryFileField in forms, it's works perfect. The issue that I have is the checkbox to clear (or delete) the file is dissapeared.
So, is there a way to add the checkbox?
`logo = CloudinaryFileField(
options={
'folder': "logos/",
#'eager': [{'crop': 'fill', 'width': 150, 'height': 100}]
'overwrite': True,
'quality': 20,
})`
This is before with the checkbox
![image](https://user-images.githubusercontent.com/33046883/95345208-e11cb580-0890-11eb-9697-0418cd0939f1.png)

And when I use CloudinaryFileField
![image](https://user-images.githubusercontent.com/33046883/95345069-be8a9c80-0890-11eb-9599-bb0d7bb01bd3.png)

Regards

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.