Hej there,
I just downloaded the dev-version to use a block with multiple clocks in different time zones. Installation and configuration work fine but when I want to add the first clock the following happens:
Block configuration "Add Clock"
Clock config - leave everything on default, press "Save"
=> blank page with the partial link (in firefox):
?q=admin%2Fstructure%2Fblock%2Fmanage%2Fclock%2Fclock%2Fconfigure%2Fadd&
appears.
No clock appears in the block but the block itself is visible where it should be.
Any idea what it is and how to fix it?
Greets
mel

CommentFileSizeAuthor
#3 1556074-clock-add-broken.patch2.37 KBtstoeckler
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tstoeckler’s picture

Status: Active » Postponed (maintainer needs more info)

Hmm... I'm not getting that behavior.
I don't think I changed the path any time recently, but just in case, did you try downloading the newest dev version and then clearing all caches? That should hopefully solve the problem. If so, you can mark this "fixed". For now marking "postponed (maintainer needs more info)" as I'm unable to reproduce this.

tstoeckler’s picture

Priority: Normal » Critical
Status: Postponed (maintainer needs more info) » Active

Oops, sorry, I misread your post.
I thought you were unable to actually access the "Add clock" page. I am also getting an error when I actually try to save the clock. Oops! That's bad.

tstoeckler’s picture

Status: Active » Fixed
FileSize
2.37 KB

Wow, that was a hard one to debug. The 'option' element was declaring #input => TRUE, but the input actually goes to the parent select element. The option element itself doesn't have any input.
Committed attached patch. Because it took me so long, the patch contains two/three little unrelated changes, that I couldn't resist fixing/changing.

Thanks for reporting this!

http://drupal.org/commitlog/commit/12842/8538241877b6dd3a4c8b7f388e53e4c...

melzai’s picture

Thank you a lot for your swift response! Everything is now how it should look like :)

Greets
mel

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.