fix languages for title
This commit is contained in:
parent
b8144754b3
commit
03908e402d
|
@ -16,7 +16,7 @@ class Admin::AnnouncementsController < OrbitAdminController
|
|||
@filter_fields = filter_fields(@categories, @tags)
|
||||
@table_fields = [:status, :category, :title, :start_date, :end_date, :last_modified]
|
||||
|
||||
@bulletins = Bulletin.where(:is_preview.in=>[false,nil])
|
||||
@bulletins = Bulletin.where(:title.ne => "",:is_preview.in=>[false,nil])
|
||||
.order_by(sort)
|
||||
.with_categories(filters("category"))
|
||||
.with_tags(filters("tag"))
|
||||
|
|
Loading…
Reference in New Issue