Skip to content
Snippets Groups Projects
Commit 1fe7cdc8 authored by David Metzler's avatar David Metzler
Browse files

Remove obsolete demo reports access.

parent 6a2f159f
Branches
Tags
No related merge requests found
...@@ -873,7 +873,6 @@ function forena_parameters_callback($form, &$form_state) { ...@@ -873,7 +873,6 @@ function forena_parameters_callback($form, &$form_state) {
function forena_permission() { function forena_permission() {
$perms = array( $perms = array(
'administer forena reports' => array('title' => t('Administer Forena Reports')), 'administer forena reports' => array('title' => t('Administer Forena Reports')),
'access demo reports' => array('title' => t('Access Demo Reports')),
'list reports' => array('title' => t('List reports')), 'list reports' => array('title' => t('List reports')),
'create any report' => array('title' => t('Create a report')), 'create any report' => array('title' => t('Create a report')),
'design any report' => array('title' => t('Design reports')), 'design any report' => array('title' => t('Design reports')),
......
...@@ -175,11 +175,6 @@ ...@@ -175,11 +175,6 @@
</ul> </ul>
</td> </td>
</tr> </tr>
<tr>
<th>Access Demo Reports</th>
<td>Even though this is one of the available permissions, it doesn't seem to be used anywhere within Forena (except in
forena.test). Feel free to use it to implement {datablocks_security} for any of your (custom) reports.</td>
</tr>
<tr> <tr>
<th>List reports</th> <th>List reports</th>
<td>Grant access to: <td>Grant access to:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment