Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.1.1
-
None
Description
"No one has commented yet." is shown while I fill comment form and hit Preview button. I think the cause is that #if($model.commentForm.preview) is placed inside #if($entry.commentCount > 0 ) in entry.vm. a preview comment won't be counted as $entry.commentCount so it won't work as expected.