diff --git a/src/webui/app/controllers/project_controller.rb b/src/webui/app/controllers/project_controller.rb index f34dc113fd1..85116ed4655 100644 --- a/src/webui/app/controllers/project_controller.rb +++ b/src/webui/app/controllers/project_controller.rb @@ -142,7 +142,7 @@ def subprojects end def attributes - @attributes = find_cached(Attribute, {:project => @project.name}, :expires_in => 2.minutes) + @attributes = Attribute.find(:project => @project.name) end def new