Closed (fixed)
Project:
Event
Version:
5.x-2.x-dev
Component:
Event All Day
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2006 at 19:16 UTC
Updated:
11 May 2006 at 04:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
port commentedDescription
Steps to reproduce:
use cvs everything:
install drupal
install flexinode
install event
install eventrepeat
get cron running
create a content type with some text areas
enable eventrepeat and event for content type
create a node of that content type that is a repeat event.
attempt to create another node of that type, or edit that node, and all the javascript is broken.
On further review, this appears to be a conflict with the event_all_day module.
Comment #2
hunmonk commentedComment #3
hunmonk commentedupon further testing, i don't think eventrepeat is involved at all--looks like it's the js in event_all_day that's doing it. moving this issue to the event issue queue
Comment #4
hunmonk commentedComment #5
joelstein commentedThis issue happens with or without flexinode. I duplicated it with a fresh HEAD and with the basicevent module. Here's a patch which fixes the javascript error. It appears that the checkbox wasn't really getting into the form via _form_alter when appended to $form['event_start']['date'], but when put in $form, it works just fine.
A related issue: the event_all_day module only works if you are using 24 hour mode. In 12 hour mode, it doesn't set the am/pm appropriately. Since many people use 12 hour mode, I think this also needs fixing.
Comment #6
solutiondrop commentedjoelstein, I've used your patch for the last few days. Thanks!
It does the job. +1 for this.
Comment #7
killes@www.drop.org commentedMoshe, that's your's.
Comment #8
jjeff commentedWorks for me! event_all_day was breaking all of the expandable regions on the page. Installed patch. Things are working again.
+1
Comment #9
moshe weitzman commentedcommitted. thanks ... please open new issue for 24 hour bug (and provide a patch if possible). im not working on this one actively.
Comment #10
(not verified) commented