myneid / Redmine-Periodic-Task

A redmine plugin that lets you schedule an issue to fire every x days/weeks/months
25 stars 11 forks source link

throws error 500 on Redmine 1.4.3 #10

Open luca-ing opened 12 years ago

luca-ing commented 12 years ago

Observation: I took it for a quick spin, and it resulted in utterly breaking most of my Redmine installation (in a reversible way, so no big deal :) ). This may also be of interest to you in case you want to port it to Redmine 2.

Expectation: Should work in Redmine 1.4

Additional info:

Version is: Redmine 1.4.3.stable (MySQL)

production.log says:

Processing DocumentsController#index (for 192.168.178.2 at 2012-07-29 08:04:45) [GET]
  Parameters: {"action"=>"index", "controller"=>"documents", "project_id"=>"t1"}
Rendering template within layouts/base
Rendering documents/index

ActionView::TemplateError (No route matches {:controller=>"periodictask", :project_id=>#, :action=>"index"}) on line #57 of app/views/layouts/base.html.erb:

myneid commented 12 years ago

yes also on redmine 2.0 i just have been too busy to get to it, but if someone else wants to take a crack at the update i would love that

tiurlumbangaol commented 12 years ago

We also eagerly wait for the upcoming release for Redmine 1.4 and 2.0

Btw, thanks for making this great plugin.

jperelli commented 11 years ago

See #9