Skip to content

Commit

Permalink
SUP-38296 update icons background color
Browse files Browse the repository at this point in the history
  • Loading branch information
roileviK committed Feb 4, 2024
1 parent d4eb782 commit b0a8101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod/kalvidassign/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ function kalvidassign_supports($feature) {
case FEATURE_BACKUP_MOODLE2:
CASE FEATURE_ADVANCED_GRADING:
return true;
case FEATURE_MOD_PURPOSE:
return MOD_PURPOSE_ASSESSMENT;
default:
return null;
}
Expand Down
2 changes: 2 additions & 0 deletions mod/kalvidres/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ function kalvidres_supports($feature) {
return true;
case FEATURE_SHOW_DESCRIPTION:
return true;
case FEATURE_MOD_PURPOSE:
return MOD_PURPOSE_CONTENT;
default:
return null;
}
Expand Down

0 comments on commit b0a8101

Please sign in to comment.