reverted to non empty title
This commit is contained in:
parent
140a8f0332
commit
4733a77afa
|
@ -68,7 +68,7 @@ class AnnouncementFeedsController < ApplicationController
|
|||
if !bf.nil?
|
||||
tags = bf.tag_ids
|
||||
if !tags.empty?
|
||||
announcements = Bulletin.where(:title.ne => "").can_display.is_approved.filter_by_tags(tags)
|
||||
announcements = Bulletin.all.can_display.is_approved.filter_by_tags(tags)
|
||||
else
|
||||
announcements = []
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue