Closed (fixed)
Project:
Date iCal
Version:
7.x-2.7
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 May 2013 at 20:14 UTC
Updated:
28 May 2013 at 21:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
coredumperror commentedAh, I see the problem. The Date iCal style plugin didn't originally have any options in the old version. I migrated the row plugin's
option_definition()function, but I didn't know what it did, so I wasn't aware that I'd need to define it for the style plugin.Here's a patch of the suggestion you made. I've committed it to the dev version, too, but it won't appear there for several hours.
Comment #2
coredumperror commentedComment #3
coredumperror commentedI wish we could delete useless comments, like this one.
Comment #4
tswaters commentedWow, that was quick... go to lunch, return & it's done!
I applied this patch to my dev environment and can verify it works as expected.
Thanks!
Comment #5
coredumperror commentedThat's excellent! Thanks for picking this up. I highly doubt that I would have been able to solve it on my own, if I ran into the problem you saw.