Re: CalCMF bugs
Lennart Regebro <[email protected]>
| Newsgroups | gmane.comp.web.zope.cps.devel |
|---|---|
| Message-ID | <[email protected]> |
Morten W. Petersen wrote: > Hi, > > encountered a new bug in the CalCMF package; an AttributeError: > notifyEventEvent is raised in > > Module Products.CalZope.zopecal, line 679, in handleEventEvent > > which is a result of CmfAttendeeSource not implementing > notifyEventEvent. Is it OK to implement a dummy (pass) method for > notifyEventEvent or should it actually do something? > > Also, the getPhysicalPath bug I encountered earlier is back. > Interestingly, it doesn't happen when you create a calendar in the home > folder, it only happens if you create one in the Plone root.. Should work now. The cause was not a traversal error, but the fact that I used a view on a view, which made the context be incorrect. It works now. It didn't happen for personal calendars because they do not have the physicalPath in their attendee_id. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ _______________________________________________ cps-devel mailing list http://lists.nuxeo.com/mailman/listinfo/cps-devel