Project

General

Profile

Actions

Defect #11403

closed

"Related issues" missing in 2.0.3

Added by Martin Grotzke almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

It seems as if RedmineIssues are not working / available in redmine 2.0.3.

When I create a new issue (or update an existing one) I don't see a "related to" drop-down. I'm logged in as user with admin privileges and manager permissions for that project.

I'm running redmine 2.0.3.stable, rails 3.2.6, ruby 1.8.7, postgresql-8.4.12-0squeeze1.

I checked this also in the demo and there's also no "related to" selection available. The demo currently reports running 2.0.3.devel.9893.

Actions #1

Updated by Martin Grotzke almost 12 years ago

The issue description shows "RedmineIssues" (wrong) but is linked to the Related issues paragraph, which I wanted to refer to. I just want to point this out, as I cannot change the issue description.

Actions #2

Updated by Etienne Massip almost 12 years ago

Please see #10278, it could very well be a plugin issue.

Actions #3

Updated by Martin Grotzke almost 12 years ago

I just checked a fresh installation and there are also no related issues.

What I did:

$ hg clone --updaterev 2.0-stable https://bitbucket.org/redmine/redmine-all redmine-2.0
$ cd redmine-2.0/
$ bundle install --without development test postgresql mysql
$ echo -e "production:\n  adapter: sqlite3\n  database: db/production.sqlite3" > config/database.yml
$ rake generate_secret_token
$ RAILS_ENV=production rake db:migrate
$ RAILS_ENV=production rake redmine:load_default_data
$ ruby script/rails server webrick -e production

After logging in as admin I created a new project and a new issue. There I don't see a "related to" drop-down.

Am I missing anything?

This test was performed using ruby 1.9.2 and rails 3.2.6 (with rvm).

Actions #4

Updated by Etienne Massip almost 12 years ago

Are you meaning that you can type an issue id but no autocomplete guide popups?

Because autocomplete search triggers only when third character is typed, meaning you can't use it to link your issue to an issue which id < 100.

Actions #5

Updated by Martin Grotzke almost 12 years ago

There's just no "related to" dropdown and no input field which I expect to see according to the docs.

Actions #6

Updated by Etienne Massip almost 12 years ago

Martin Grotzke wrote:

There's just no "related to" dropdown and no input field which I expect to see according to the docs.

It appears when you click on the "Add" link on the right on the form.

Actions #7

Updated by Martin Grotzke almost 12 years ago

D'oh, I expected this in the update section somewhere near "Parent task". I was completely missing the separate section for "Related issues" which in fact is there. So this issue can be closed as invalid/rejected (I only have "Resolved" available which doesn't seem to be appropriate).

Thanx for your time and for your help,
cheers,
Martin

Actions #8

Updated by Etienne Massip almost 12 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Thanks for your feedback!

Actions

Also available in: Atom PDF