Defect #16568
Referensing commits to issues across all projects
Status: | Needs feedback | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | - | |||
Resolution: | Affected version: | 2.4.0 |
Description
I have situation when referencing works in one case and doesn't work in other.
Settings:
It works when referencing issue is in parent project for repository's project:
It doesn't work when referencing issue isn't in parent project for repository's project:
I execute this manually after commit:
# cd /var/www/rm2.4.0/ && ruby ./script/rails runner "Repository.fetch_changesets" -e production
Environment: Redmine version 2.4.0.stable.12309 Ruby version 1.9.3-p327 (2012-11-10) [i686-linux] Rails version 3.2.15 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Git 1.7.1 Filesystem Redmine plugins: multi_time_tracker 0.1.1 projects_table 0.0.4 redmine_better_gantt_chart 0.9.0 redmine_drafts 0.2.0 redmine_equipment_status_viewer 1.0.1 redmine_fields_permissions 1.0.0 redmine_hide_estimated_hours 1.0.5 redmine_lightbox 0.0.1 redmine_monitoring_controlling 0.1.1 redmine_plugin_views_revisions 0.0.1 redmine_timesheet_plugin 0.7.0 redmine_xls_export 0.2.1.t4
History
#1
Updated by Toshi MARUYAMA about 8 years ago
- Status changed from New to Needs feedback
It seems user does not have "View changesets" permission.
#2
Updated by Pavel Potcheptsov about 8 years ago
- File rm_refer6.png added
Hello, I believe all our users have this permission:
Work:
project(repository) --> sub-project(issue) project(issue) --> sub-project(repository)
Doesn't work:
project(repository) project(issue) project(repository) project --> sub-project(issue) project(issue) project --> sub-project(repository) project |------> sub-project1(repository) |------> sub-project2(issue) and a lot of variants here..
#3
Updated by Toshi MARUYAMA about 8 years ago
I think some of your plugins cause probrem in following lines.
#4
Updated by Pavel Potcheptsov about 8 years ago
I think some of your plugins cause probrem in following lines.
What should I search in source code of my plugins?
How to locate which one cause this problem?
I've found that xls_export_plugin has relation with issue_controller starting from line 76.