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

vewakayeh’s picture

Same here

johngriffin’s picture

Hi,

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 :)