Defect #2019
closedIssue list only shows a single issue (latest issue)
0%
Description
When I view the Issues for a project, it only ever displays a single issue (the latest issue). Each time I create a new issue and click on the Issues tab for the project, it only shows a single issue despite clearing all the filters. The lower left hand footer shows (1-1,1). However I know I have four tickets. I confirmed this because I can view each ticket individually by clicking on the Activity page. Also, if I click on "View All Issues" from the global projects page, I see all four issues.
I installed redmine r1928 on a windows xp sp2 machine. Software versions used:
ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]
Rails 2.1.1
sqlite-3_6_3
sqlitedll-3_6_3
sqlite3-ruby 1.2.3
- changed config/database.yml to use sqlite3
- ran rake db:migrate RAILS_ENV="production"
- ran rake redmine:load_default_data RAILS_ENV="production"
- started server with ruby script/server -e production
- logged in with admin/admin
- created a new project
- created a new issue using defaults
- created another new issue using defaults
Results:
Only a singe issue (issue two) was visible when clicking on the issues page
Expected Results:
A table with two issues should be listed when clicking on the issues page