When mapping a field to a custom field of type Date, the import succeeds, but when you edit the entry, following PHP error is displayed:
A PHP Error was encountered
Severity: Notice
Message: Undefined index: y
Filename: libraries/Localize.php
Line Number: 508
Steps to reproduce:
- Create a new channel Test
- Create a new custom field group: Test
- Add one field StartDate, with field type: Date
- Add this field group to the channel
- Create a csv-file, containing one line: “My first entry”,“2010-10-11”
- Use DataGrab to create a CSV import, for channel Test
- Map Title to Column 1
- Leave Date blank
- Map StartDate to Column 2
- Click “Do Import”
- Use Content -> Edit, and edit the newly created entry
Now the above error-message is displayed at the top.
