Skip to content

Commit

Permalink
Email Placeholders improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
raja-lmsace committed Apr 16, 2024
1 parent 8c4e3b7 commit e45d28a
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 36 deletions.
1 change: 1 addition & 0 deletions actions/notification/classes/notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,7 @@ public static function get_modules_data($modules) {
unset($newmod->cmid);
foreach ($newmod as $name => $value) {
$key = str_replace('local_metadata_field_', 'metadata', $name);
$key = strtolower($key);
$mod->$key = $value;
}
}
Expand Down
2 changes: 1 addition & 1 deletion amd/build/module.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/module.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit e45d28a

Please sign in to comment.