Skip to content

Commit

Permalink
Fix function call for comments rendering on records
Browse files Browse the repository at this point in the history
  • Loading branch information
iszmais committed Jul 1, 2024
1 parent 99c145f commit 4f73d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public function doExtReplace(array $found): ?string
protected function renderComments(bool $edit = false): string
{
if (!$edit) {
return $this->notesGUI->getCommentsHTML();
return $this->notesGUI->getListHTML();
} else {
return $this->notesGUI->editNoteForm();
}
Expand Down

0 comments on commit 4f73d4a

Please sign in to comment.