On a fresh HEAD, try enabling the Who's new block to the left sidebar and hitting Save blocks. The checkboxes are updated but blocks aren't moved to correct place in table until you hit refresh again.
Can anyone reproduce?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | block.module.submit.patch | 507 bytes | RobRoy |
Comments
Comment #1
RobRoy commentedNot "refresh". Actually, you must Save blocks then hit list as to not resend form data. I think maybe the redirect on _submit() isn't there. Here's a patch that looks like it fixes it.
Comment #2
RobRoy commentedhttp://drupal.org/node/79614 fixes this issue with a more generic approach and it's by chx no less. Marking this as a duplicate of that issue.