
| Key: |
MDL-11562
|
| Type: |
Sub-task
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Critical
|
| Assignee: |
Petr Skoda
|
| Reporter: |
Petr Skoda
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
| Participants: |
Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
03/Oct/07
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
the trouble is that the defaults are available only after admin user setup
solution is to implement new get_defaultsetting() method in admin_setting class and allow the defaults to be NULL, then add is_null() test before applying the defaults after main table setup, then apply the default again after admin user setup...
|
|
Description
|
the trouble is that the defaults are available only after admin user setup
solution is to implement new get_defaultsetting() method in admin_setting class and allow the defaults to be NULL, then add is_null() test before applying the defaults after main table setup, then apply the default again after admin user setup...
|
Show » |
|