deecay / redmine_pivot_table

This Redmine plugin allows you to generate pivot table for issue analysis.
MIT License
52 stars 38 forks source link

Please add support for Redmine 2.3.1.stable.11898 #2

Closed wreiske closed 8 years ago

wreiske commented 9 years ago

Hello!

It would be greatly appreciated if you could support older Redmine versions.

Redmine 2.3.1.stable.11898 Specifically.

Thanks, Will

deecay commented 9 years ago

Hi,

Do you encounter an error? What version of IE are you using?

deecay commented 9 years ago

Should work now.

wreiske commented 9 years ago

Still looks broken... No server error this time.

screen shot 2015-08-24 at 6 25 07 am

EDIT: Looks like it was looking for plugin_assets/redmine_pivot_table/javascripts/pivot.en.js 404 (Not Found), though that file doesn't exist. I did a cp pivot.js to pivot.en.js and that solved the missing file error.

Now i'm getting an Uncaught SyntaxError: Unexpected token , in the

[
    {
        "ID": '<ahref=\"/issues/23174\">23174<\/a>',

section.

This is because you need to have the key and value be double quotes. single quotes is not valid JSON!

wreiske commented 9 years ago

I've fixed this in a pull request, https://github.com/deecay/redmine_pivot_table/pull/5

deecay commented 9 years ago

Thanks. Merged.