|
|
|
File Attachments:
|
1.
admineditblocks.patch (0.2 kB)
|
|
Environment:
|
Tested on Ubuntu gutsy, Linux kernel 2.6.28, MySQL 5.0.45, Apache 2.2.4, PHP 5.2.3.
|
|
The edit form appears duplicated when trying to configurate a block located on the blocks admin page.
Steps to reproduce:
1. Go to blocks admin page
2. Add a block whose instance is configurable
3. Edit block configuration
Patch included: just replace "admin_externalpage_print_footer()" for "print_footer()" in /admin/blocks.php by the end of file.
|
|
Description
|
The edit form appears duplicated when trying to configurate a block located on the blocks admin page.
Steps to reproduce:
1. Go to blocks admin page
2. Add a block whose instance is configurable
3. Edit block configuration
Patch included: just replace "admin_externalpage_print_footer()" for "print_footer()" in /admin/blocks.php by the end of file. |
Show » |
|
does this happen with any configurable block or only with some?
I've tried to reproduce it here and I only get one config form (nothing seems to be duplicated).
Any idea? Using Moodle 1.9.3+ here.
Ciao
P.S: The call to externalpage_print_footer() seems to be the correct in those pages, because it needs to close "more things" like the standard print_footer() one.