When upgrading from the 4.6 version to current CVS head (11/17) the category dropdown list that displays on ?=event doesn't trigger a page refress as it should.

I would provide more data, but this is the third time I have tried to post this data and drupal keeps telling me "Termintated due to suspicious data"

Jim

CommentFileSizeAuthor
#1 event.module_21.patch1.58 KBdrewish

Comments

drewish’s picture

Status: Active » Needs review
StatusFileSize
new1.58 KB

The format of the form's attributes element in is incorrect in _event_get_taxonomy_control() and _event_get_type_control(). It should be an array not a string. The attached patch corrects this issue.

[I'm not sure if you'll like the way that the '#attributes' element is added in afterwards. I think it makes it much easier to read.]

crunchywelch’s picture

Status: Needs review » Fixed

commited thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)