Active
Project:
Forena Reports
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
11 Feb 2012 at 14:55 UTC
Updated:
3 May 2014 at 20:19 UTC
Jump to comment: Most recent
Right now, forena stores cached reports in the database, but this means that you can't use forena to report on what users have access to what reports or what report security is used within forena and what data blocks are available. I need to refactor this and create separate tables to hold the blocks, block permissions and which blocks are used in the report.
Comments
Comment #1
metzlerd commentedIn 7.x-3 we'll be creating the ability to generate data from php code. We'll use this to tap into forena's exisitng mechanism instead.
Comment #2
janeks commentedAre there any just simple way to f.ex. just create custom report for list of reports for a given category or for a given permissions?
Comment #3
metzlerd commentedIN the 7.x-4.x beta there is a custom renderer that creates a list of links for reports that are in a category. I have not yet developed anything for the 7.x-3.x dev branch.
Comment #4
metzlerd commentedAlso if you didn't care about permissions but just wanted category, in 7.x-3.x this is in a table. I think its called forena_reports), but be warned that I have removed this table in 7.x-4.x, so that code would have to be refactored later.