Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12786


Ignore:
Timestamp:
Apr 27, 2017, 12:28:14 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12786 – Description

    initial v1  
    1 In order to save a ticket query the user must have `REPORT_CREATE` and the `ReportModule` must be enabled. In the documentation, TracReports#TracReports, the user is "encouraged" to try the configuration with the `ReportModule` disabled. However, this will remove the ability to save queries. On the other hand, granting `REPORT_CREATE` allows the user to write SQL in a report, and inspect tables that you may not wish them to access. Simple example:
     1In order to save a ticket query the user must have `REPORT_CREATE` and the `ReportModule` must be enabled. In the documentation, TracReports#TracReports, the user is "encouraged" to try the configuration with the `ReportModule` disabled. However, this will remove the ability to save queries. On the other hand, granting `REPORT_CREATE` allows the user to write SQL in a report, and inspect tables that you may not wish them to access (gmessage:trac-users:J23IZuJddzA/3clXkEJBAAAJ). Simple example:
    22{{{#!sql
    33SELECT sid,value FROM session_attribute WHERE name='email';