dr-itz / redmine_workflow_enhancements

Redmine workflow enhancements. UNMAINTAINED
GNU General Public License v2.0
27 stars 29 forks source link

super method error #7

Closed quanvn closed 9 years ago

quanvn commented 9 years ago

when edit workflow or tracker I got this error

  ':super' is not an ActiveModel-compatible object that returns a valid partial path .

I use redmine 2.6.6, ruby 2, rails 3.2.22. Could you check this problem?

dr-itz commented 9 years ago

Please provide the following info:

quanvn commented 9 years ago

I found out that the problem is due to the conflict with gem haml (used by redmine_dashboard and redmine_related_buster). Removing the two plugins use haml solves the problem.

I still cannot see the graph and click on the ? in issue edit give the loading icon, but could not open anything. But I guess that this is due my browser.

So if you have time, please check if this plugin could work with haml?

dr-itz commented 9 years ago

Thanks for tracking this down to a conflict with haml. I'll have a look.

dr-itz commented 9 years ago

Just pushed a fix for it. Please pull and test.

quanvn commented 9 years ago

I confirm the fix works. (I still could not see the graph in any ie, firefox, chrome). But this is probably due to browser setting. I will try to tweak them later. Thanks Daniel for your quick fix.

dr-itz commented 9 years ago

Thanks for testing. No idea why you're not seeing the graph. Does Redmine's log file say anything? Or the browser console? It might be some javascript problem.

quanvn commented 9 years ago

Everything works fine now. The problem is due to an error in my issue_status table. Thanks you very much for your great work (I also use and love your resource planner plugin too)

dr-itz commented 9 years ago

Glad it works :) Thank you.