Active
Project:
Calendar Span Style
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Mar 2011 at 13:40 UTC
Updated:
23 Jan 2012 at 21:18 UTC
Under day view -> change settings for style, when I attempt to change the orientation to verticle (btw wrong spelling) and save it after, the settings for orientation will be reverted back to horizontal.
Comments
Comment #1
vewakayeh commentedSame here
Comment #2
johngriffin commentedHi,
While assessing whether this module is worth us upgrading to D7, I think I spotted the cause of this bug while scanning through the code.
http://drupalcode.org/project/calendar_span.git/blob/refs/heads/master:/...
line 31 '#default_value' => $this->options['orientation'] ,
Notice that orientation is spelt correctly here, but not elsewhere, so it's actually $this->options['orienation'] (sic) that's set.
Run a spell check over it and it should be fine :)