Posted by desarrollo2.0 on January 25, 2013 at 5:40pm
1 follower
Jump to:
| Project: | Date |
| Version: | 7.x-2.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| Captura de pantalla de 2013-01-25 18:23:37.png | 65.6 KB | Ignored: Check issue status. | None | None |
| Captura de pantalla de 2013-01-25 18:23:03.png | 13.33 KB | Ignored: Check issue status. | None | None |
Comments
#1
Sorry 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