The way form is declared/returned prevents the "Show in event calendar" options from appearing in the respective content-type settings pages.
The attached patch fixes this and reorders the options to match the description.
The long, single line array format makes it a real joy to try to notice the difference ;)
| Comment | File | Size | Author |
|---|---|---|---|
| event.module_18.patch | 1.85 KB | drewish |
Comments
Comment #1
drewish commentedBoy, having a tough time getting the issue right the first time today.
Comment #2
gerhard killesreiter commentedNow, that is really strange. i knew this form was broken, but did scratch my head with no result. any idea why this was failing? Anyway: Thanks, I committed it.
Comment #3
scroogie commentedFrom looking at the patch I guess because a['foo'] = b returns b alone, not a.
Comment #4
gerhard killesreiter commentedthis is probably the case, but at least a little non-obvious.
Comment #5
(not verified) commented