fixes #4079: Allow deleted forum items to be seen with the is_deleted parameter

This commit is contained in:
Albert Yi
2019-05-17 13:11:24 -07:00
parent 0a058dd52b
commit 21ba1000f1
2 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,4 @@
<%- # original_forum_post_id: used to accelerate #is_original_post? calls %>
<% if forum_post.visible?(CurrentUser.user) %>
<% if forum_post.visible?(CurrentUser.user, ActiveModel::Type::Boolean.new.cast(params.dig(:search, :is_deleted))) %>
<article class="forum-post" id="forum_post_<%= forum_post.id %>" data-forum-post-id="<%= forum_post.id %>" data-creator="<%= forum_post.creator.name %>">
<div class="author">
<h4>