kgogolek / latest-issues-redmine-plugin

Redmine plugin that displays latest redmine issues
12 stars 12 forks source link

Latest Issues won't move to right side #1

Open jeick opened 11 years ago

jeick commented 11 years ago

When I change the configuration and tell the plugin to increase the number of issues from 5 to 10 and to move to the right side nothing changes. Everything else seems to work fine. Could you look into this? Thanks.

Environment: Redmine version 2.1.2.stable Ruby version 1.9.3 (x86_64-linux) Rails version 3.2.8 Environment production Database adapter Mysql2 Redmine plugins: latest_issues 0.0.1 redmine_dmsf 1.4.5 stable redmine_monitoring_controlling 0.1.1

jeick commented 11 years ago

Any news on this issue?

linville commented 11 years ago

I'm able to reproduce this on Redmine 2.0.3 also. The preferences don't seem to be taking affect at all (either number of items or left / right side).

Environment: Redmine version 2.0.3.devel Ruby version 1.8.7 (x86_64-linux) Rails version 3.2.8 Environment production Database adapter MySQL

latest_issues 0.0.1

cdacos commented 11 years ago

You need to change lib/latest_issues/view_hook_listener.rb . line 21: setup = LatestIssuesSetup.find_by_id(1) is commented out, uncomment it, and delete line 22: setup = nil

Now works for me on Redmine 2.1.4.stable.10880.

This change was due to the commit bdd0c07bed4189ec26606ea5f007ca2472c5e1cc "fixing issues reported by Alvaro". Most likely just an accidental change.

cforce commented 11 years ago

Same here. Please add this fix to repo.