Skip to content

Commit

Permalink
フィルターが正しく表示されていなかったのを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
ameya86 committed Dec 13, 2012
1 parent 535f708 commit ec57b62
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@

== 更新履歴

=== Version 0.0.,1
=== Version 0.0.2

リリース
フィルターが正しく表示されていなかったのを修正。


=== Version 0.0.1

リリース
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name 'Redmine Already Read plugin'
author 'OZAWA Yasuhiro'
description 'Markup read issues.'
version '0.0.1'
version '0.0.2'
url 'https://github.com/ameya86/redmine_already_read'
author_url 'http://blog.livedoor.jp/ameya86/'
end
2 changes: 1 addition & 1 deletion lib/already_read/query_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def available_filters_with_already_read
available_filters_without_already_read

if !has_filter?('already_read')
@available_filters['already_read'] = {:type => :list, :order => 20, :values => @available_filters['author_id'][:values]}
@available_filters['already_read'] = {:type => :list, :order => 20, :values => @available_filters['author_id'][:values], :name => l(:field_already_read)}
end

return @available_filters
Expand Down

0 comments on commit ec57b62

Please sign in to comment.