Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.9.2
-
Fix Version/s: None
-
Component/s: Administration, Blocks
-
Labels:None
-
Environment:Tested on Ubuntu gutsy, Linux kernel 2.6.28, MySQL 5.0.45, Apache 2.2.4, PHP 5.2.3.
-
Affected Branches:MOODLE_19_STABLE
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.
Hi Renato,
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.