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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | event.module_21.patch | 1.58 KB | drewish |
Comments
Comment #1
drewish commentedThe 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.]
Comment #2
crunchywelch commentedcommited thanks
Comment #3
(not verified) commented