Removed IssueStatus html_color attribute.

Issue list colorization can be done using a custom theme. Each row is given a class that correspond to the issue status (eg. status-1 where 1 is the status position).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@881 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-11-04 11:40:17 +00:00
parent d46e3a501e
commit 7535c211d5
24 changed files with 16 additions and 36 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class ProjectsControllerTest < Test::Unit::TestCase
get :list_documents, :id => 1
assert_response :success
assert_template 'list_documents'
assert_not_nil assigns(:documents)
assert_not_nil assigns(:grouped)
end
def test_list_issues