users: add 'show deleted posts' account setting.
Add an account setting to always show deleted posts in searches. This only applies to searches, not to thumbnails in other places. Fixes #4512.
This commit is contained in:
@@ -303,7 +303,7 @@ module ApplicationHelper
|
||||
id name level level_string theme always_resize_images can_upload_free
|
||||
can_approve_posts disable_categorized_saved_searches
|
||||
disable_mobile_gestures disable_post_tooltips enable_safe_mode
|
||||
show_deleted_children style_usernames
|
||||
show_deleted_posts show_deleted_children style_usernames
|
||||
default_image_size
|
||||
] + User::Roles.map { |role| :"is_#{role}?" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user