Forum Post : getArchFields for ATContentTypes.Event?
Up one level
Posted by
at
2007-08-13 01:56
Had some problems create Event objects using ArcheCSV. Did a little digging and found that there seems to be a bug in the getArchFields method. I changed the 'meta_type' line to:
if t['portal_type'] == portal_type:
...and it started working. Am I missing something? The rest of the code seems to refer to 'portal_type' fairly consistently...
(Thanks to all who've worked on ArcheCSV, BTW - it's been really useful.)