-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.1
-
Fix Version/s: 5.1.2
-
Component/s: Themes and Macros
-
Labels:None
"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.