Defect #19602
openNon-Reporter role cannot see issue list
0%
Description
I have upgraded Redmine from 2.2.2 to 3.0.1. I do step by step as http://www.redmine.org/projects/redmine/wiki/RedmineUpgrade guide. Everything is ok but when I login by my account (with role 'developer') I cannot see an issue list but I can see an issue detail.
Then I logout my developer account and login by another account (role 'reporter'). In reporter-account I can see the issue list. I try to assign new task to my developer account but it still doesn't work.
I have changed something such as: I copied 'reporter' role and set its to my developer-account, or changed my developer-account to others role, but not anything changes except 'reporter' role, it's still not show the issue list.Finally I have changed my config to show sql query, I execute this query and it return many data rows.
My environment
CentOS 6.6 (Final)
Environment:
Redmine version 3.0.1
Ruby version 1.9.3
Rails version 4.2.0
Environment production
Database adapter SQLite
Subversion 2.2.2
Redmine plugins:
redmine_better_gantt_chart
redmine_mentions
redmine_flowdocks
Files
Related issues
Updated by Huynh Duy over 9 years ago
I have upgraded Redmine from 2.2.2 to 3.0.1. I do step by step as http://www.redmine.org/projects/redmine/wiki/RedmineUpgrade guide. Everything is ok but when I login by my account (with role 'developer') I cannot see an issue list but I can see an issue detail.
Then I logout my developer account and login by another account (role 'reporter'). In reporter-account I can see the issue list. I try to assign new task to my developer account but it still doesn't work.
I have changed something such as: I copied 'reporter' role and set its to my developer-account, or changed my developer-account to others role, but not anything changes except 'reporter' role, it's still not show the issue list.Finally I have changed my config to show sql query, I execute this query and it return many data rows.
My environment
CentOS 6.6 (Final)
Environment:Redmine version 3.0.1
Ruby version 1.9.3
Rails version 4.2.0
Environment production
Database adapter SQLite
Subversion 2.2.2Redmine plugins:
redmine_better_gantt_chart
redmine_mentions
redmine_flowdocks
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from New to Needs feedback
- Priority changed from Urgent to Normal
You use Redmine 3 incompatible plugins.
Try without plugins.
Updated by Jayen Ashar over 9 years ago
- changing the 'developer' role's permissions to match the 'reporter' role's permissions (through the admin web interface)
- changing the 'developer' role's workflows to match the 'reporter' role's workflows (through the admin web interface)
- removing all plugins
- changing the 'developer' role's permissions to match the 'reporter' role's permissions (with sql (move_issues was still there from an old redmine))
- copying the 'reporter' role to a new role (users with the new role can't list issues)
we've just tried redmine 2.6.5 with no plugins and have the same issue. we'll see if we can pinpoint exactly which version we start having problems with.
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from Needs feedback to New
Updated by Toshi MARUYAMA over 9 years ago
- Target version set to 2.6.6
- Affected version changed from 3.0.1 to 2.6.5
Updated by Jean-Philippe Lang over 9 years ago
- Assignee set to Toshi MARUYAMA
Toshi, were you able to reproduce ? I'm not.
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from New to Needs feedback
- Assignee deleted (
Toshi MARUYAMA) - Target version deleted (
2.6.6)
Updated by Toshi MARUYAMA over 9 years ago
- Related to Defect #20206: Members w/o view issues permission are able to list issues on public projects if the non member role has the permission added