mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Always print the entry when adding, updating/deleting comments. MDL-9047
Merged from MOODLE_18_STABLE
This commit is contained in:
parent
dd9f1b7df5
commit
96e4104def
@ -227,5 +227,7 @@ function glossary_comment_print_header($course, $cm, $glossary, $entry, $action)
|
||||
"<a href=\"index.php?id=$course->id\">$strglossaries</a> -> <a href=\"view.php?id=$cm->id\">".format_string($glossary->name,true)."</a> -> <a href=\"comments.php?id=$cm->id&eid=$entry->id\">$strcomments</a> -> " . $straction,
|
||||
'', '', true, update_module_button($cm->id, $course->id, $strglossary),
|
||||
navmenu($course, $cm));
|
||||
/// print original glossary entry for any comment action (add, update, delete)
|
||||
glossary_print_entry($course, $cm, $glossary, $entry, 'approval', '', false);
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user