Closed (duplicate)
Project:
Date
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2013 at 17:40 UTC
Updated:
25 Jan 2013 at 18:15 UTC
Cannot delete date field items when number of values is configured as "unlimited"
To reproduce:
- Create a new drupal installation with the minimal install profile
- Install field_ui and date modules
- Add a content type "test" with a date field.
- Set, in the date field, the number of values as unlimited
- Create a new "test" node
- In the date field, click on "add another item" button, and it will work, but you cannot delete items
Doesn't matter wich widget you choose, tested with textfield and calendar popup widgets
| Comment | File | Size | Author |
|---|---|---|---|
| field items on content creation screen | 13.33 KB | akalam | |
| field settings | 65.6 KB | akalam |
Comments
Comment #1
akalam commentedSorry it's a core issue
http://drupal.org/node/1038316
This contributed module solves the issue for me: http://drupal.org/project/field_remove_item
Thanks