announcement init sorting fix

This commit is contained in:
Spen 2013-10-07 15:09:27 +08:00 committed by saurabhbhatia
parent ecc3581106
commit 47b8b3e277
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module Announcement
widgets do
default_widget do
sorting 'desc(:postdate)'
sorting 'desc(:is_top, :postdate)'
query 'Bulletin.can_display.available_for_lang(I18n.locale).any_of( {deadline: nil,:postdate.lte => Time.now} , {:deadline.gte => Time.now,:postdate.lte => Time.now} )'
enable ["typeA","typeB_style3","typeC"]
image :image