Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report filters not working #32

Open
evoltech opened this issue Apr 25, 2012 · 2 comments
Open

report filters not working #32

evoltech opened this issue Apr 25, 2012 · 2 comments

Comments

@evoltech
Copy link
Member

the report filters that show up in /decayimage are not working

@evoltech
Copy link
Member Author

  • clicking on 'Filter Reports' sends out three JS requests one to
    reports/fetch_reports and two api/?task=decayimage
  • Where is the code for that button located? This is actualy in the themeable
    view reports.php, but does not look like it needs to be changed. Only the
    back end logic which is handled by application/views/reports_js.php:623
  • How does that button work? Ultimately it boils down to a call to
    fetchReports. How does fetchReports work? Can the used url just be
    replaced with our new API url? This calls reports.php::fetch_reports()
    This introduces the whole paging bit again. Basicaly we need to
    rewrite this functionality too, and modify the JS to use the new url:
    decayimage/fetch_reports
  • An error is getting thrown on 'filter reports' nw that is displaying:
    "Disallowed key characters in global data". This is displayed by
    system/libraries/Input.php Input_Core::clean_input_keys

@evoltech
Copy link
Member Author

This is now fixed in production, but it needs to be rolled into the dev environment and committed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant