|
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
MDL-12229
No grade found after upgrade Moodle 1.7.2 to 1.7.3
|
|
|
|
|
|
|
| Participants: |
Arnaud saint-Georges and Yu Zhang
|
| Security Level: |
None
|
| Resolved date: |
27/Sep/07
|
| Affected Branches: |
MOODLE_17_STABLE, MOODLE_18_STABLE
|
| Fixed Branches: |
MOODLE_17_STABLE
|
No notes are displayed OR message "no roles defined in admin->appearance->graderoles".
You can fix this error by going to /grade/lib.php and change the following line ( line 3682 in lib.php v1.3):
$configvar = get_config('', 'gradebookroles');
to
$configvar->value = get_config('', 'gradebookroles');
See : http://moodle.org/mod/forum/discuss.php?d=62380
Thanks to Chris Meyer
|
|
Description
|
No notes are displayed OR message "no roles defined in admin->appearance->graderoles".
You can fix this error by going to /grade/lib.php and change the following line ( line 3682 in lib.php v1.3):
$configvar = get_config('', 'gradebookroles');
to
$configvar->value = get_config('', 'gradebookroles');
See : http://moodle.org/mod/forum/discuss.php?d=62380
Thanks to Chris Meyer |
Show » |
|
I have read the forum and I do not really understand the issue. Can you please describe in detail what this is about? I have tested with the latest 1.8+ with no gradebookroles set, and I can see the message message "no roles defined in admin->appearance->graderoles".
Thanks,
Yu