Issue Details (XML | Word | Printable)

Key: MDL-15876
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Petr Skoda
Reporter: Sam Marshall
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Defaults broken in admin_setting_configmulticheckbox::output_html

Created: 29/Jul/08 10:26 PM   Updated: 28/Aug/08 03:08 PM
Return to search
Component/s: Administration
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Petr Skoda and Sam Marshall
Security Level: None
Resolved date: 28/Aug/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
This code (used eg for selecting roles in gradebook, and now in completion system too) had some minor logical errors. It was filling a $current array which was then never used. This caused defaults not to work/display correctly when displaying these lists.




 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
sam_marshall committed 1 file to 'Moodle CVS' - 29/Jul/08 10:26 PM
MDL-15876: Fixed error with defaults in config_multicheckbox
MODIFY lib/adminlib.php   Rev. 1.230    (+4 -4 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 28/Aug/08 03:08 PM
MDL-15876 I hope the multicheckbox now works 100% :-)
MODIFY admin/index.php   Rev. 1.337    (+5 -5 lines)
MODIFY lib/adminlib.php   Rev. 1.250    (+15 -10 lines)