-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error applying ftwcalendar_view over a Plone 4.3.7 collection of events #15
Comments
Hi @luizgsbraz, did you get this to work with an earlier version of Plone? The readme only mention Plone 4.1 and 4.2. Please provide more information. |
Thanks for submitting the Issue. Someone will have a look. It seems like it does not fully support \cc @raphael-s |
Hi, @maethu, does the fork in #13 help in anything? Maybe @cguardia knows the answer. If it does, is it possible to cherry pick a patch from that? |
@maethu @mirandadam Yeah, that's fixed here: #14 Sadly, I haven't been able to complete the PR yet. |
Awesome! |
Hi, any news on this? this would also solve #13. |
It raises an error when trying to apply the ftpcalender_view to a collection of events (i.e. TOPIC),
over a Plone 4.3.7 site:
As a consequence, the site shows the calendar without the events that compose the collection.
The error is listed bellow:
Surprisingly, the same error does not raise for TOPICs. Only for collection.
Besides, it works to apply the same view to a folder of events too.
It is supposed the error is in the 35-36 line of ftw.calendar/ftw/calendar/browser/calendarupdateview.py:
For some reason, REQUEST seams not to be available when applying the view to collections.
The text was updated successfully, but these errors were encountered: