keystonejs/keystone-classic

4.0 - Cannot delete images in the CloudinaryImages field

Offen

#3.476 geöffnet am 12.09.2016

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.288 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (14.656 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Steps to reproduce the behavior

In 0.3.x, you could submit actions to be processed by the CloudinaryImages requestHandler method that deleted stored images from Cloudinary. e.g

{ myImages_action: 'remove:id1|delete:id2' }

Expected behavior

The new updateItem method should support some equivalent that lets you delete images from Cloudinary.

Actual behavior

This feature has been removed and not replaced by an equivalent method in the new field implementation.

Contributor Guide