Those already provide a Remove button. Uploading also fails on all files after the first one. Everything gets back to normal after disabling the module. Did not try the dev version.

Furthermore a button instead of a checkbox would be more appropriate for an ajax callback. Also for the sake of similarity with file and image fields where a button is used to remove items.

Hope you get it sorted. Great module. Thanks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

noneTaken’s picture

Status: Active » Patch (to be ported)
FileSize
1.73 KB

The attached patch should fix the problem. I've encountered problems with the file field, image field and link field. Therefore they will be excluded by default once you apply the patch. Additional, this setting can be altered by implementing hook_field_remove_item_exclude_field_types_alter().

The patch will also replace the checkbox with a button. Like lodandese said, this is a bit more appropriate.

FranciscoLuz’s picture

Version: 7.x-1.0-rc1 » 7.x-1.x-dev
Status: Patch (to be ported) » Fixed

Patch has been pushed. Thank you noneTaken

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Added button instead of checkbox request.