hron / redmine_subtasks

This is plugin for Redmine for adding subtasks functionality.
53 stars 13 forks source link

undefined method `find_with_parents' using trunk #10

Closed heyudude closed 15 years ago

heyudude commented 15 years ago

With the latest trunk I get the following error when selecting the roadmap tab: /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/base.rb:1833:in method_missing' vendor/plugins/redmine_subtasks/app/views/projects/roadmap.rhtml:18 vendor/plugins/redmine_subtasks/app/views/projects/roadmap.rhtml:7:ineach' vendor/plugins/redmine_subtasks/app/views/projects/roadmap.rhtml:7

hron commented 15 years ago

I have deleted that method long time ago. 17 Jule 2009. Here is the commit: http://github.com/hron/redmine_subtasks/commit/6abdd55e4f212a7ea75d909dd490d96440cdc874

I think you use not latest code of the plugin.

heyudude commented 15 years ago

Sorry for that: I did a git clone yesterday, not sure what went wrong.

I did a "git pull" and the commit was applied: Updating 1d44c04..bfcac35 Fast forward app/views/projects/roadmap.rhtml | 6 ++++-- config/locales/es.yml | 17 +++++++++ config/locales/pt.yml | 17 +++++++++ lib/redmine_subtasks/redmine_ext/issue_patch.rb | 2 +- .../redmine_ext/versions_helper_patch.rb | 2 +-

hron commented 15 years ago

No problem!

Let me know if there is any problem and I will try to help your. Thank you for use my plugin and bugreports. ;]

BTW, I have modified this plugin to start in the stable version of Redmine yesterday, but I am still not sure that everything works good.

heyudude commented 15 years ago

Ok, the stable version would be great. I really like your setup.

I will test it with a copy of our production environment when available.

heyudude commented 14 years ago

Any updates on the progress on the Stable version yet?