Umbraco 7.2.4 and CMSImport 3.1.1, it seems that the options that used to be there when clicking the + sign next to the datepicker field are no longer there? Any idea why this may be?
The extra options are appearing for all of the default Umbraco date / time fields, but not my own.
This is because they need to be configured in CMSImport. And your custom date picker probably isn't. Easiest is to write a Fieldprovider to transform your data in case you need to transform. Check the manual how to use Fieldproviders http://soetemansoftware.nl/cmsimport/downloads
Great to hear that encode helped and date issue must have been in error state a long time since the attributes are missing :-(. It's scheduled to be added today.
Date Picker not showing import options
Hi,
Umbraco 7.2.4 and CMSImport 3.1.1, it seems that the options that used to be there when clicking the + sign next to the datepicker field are no longer there? Any idea why this may be?
The extra options are appearing for all of the default Umbraco date / time fields, but not my own.
Thanks,
Amir
Hi Amir,
This is because they need to be configured in CMSImport. And your custom date picker probably isn't. Easiest is to write a Fieldprovider to transform your data in case you need to transform. Check the manual how to use Fieldproviders http://soetemansoftware.nl/cmsimport/downloads
Best,
Richard
it actually seems that even if I use the mapping with the default Umbraco fields, the date time isn't sticking during import.
Hi Amir,
You are right the plus sign is gone, can't believe I've missed that and that it's not being reported before. Will fix this ASAP.
Looks like the datepicker issue is related to this: https://our.umbraco.org/projects/developer-tools/cmsimport/bugs/61954-Not-setting-the-Created-Date
Though media import is running and importing media to the media section, but not updating it in the RTE.
Any bugs that would be related to that?
The last works on my machine. The date issue is different by the way it never gets parsed in your case.
Are errors being displayed after import?
Sorry, the image issue on my end, Needed to checl the Html encode box.
Looking forward to the date issue fix, I recall it working in the past!
Thanks Richard,
Amir
Great to hear that encode helped and date issue must have been in error state a long time since the attributes are missing :-(. It's scheduled to be added today.
Hi Amir,
Date options can be set again with the release below. Just run the package installer.
Both CreateDate and another date property worked.
Package:https://www.dropbox.com/s/0d5ie2h75ustwuw/CMSImport%203.1.2.zip?dl=0
Hope this helps,
Richard
is working on a reply...