Ticket #923 (closed defect: fixed)
"trac_admin <database> permission list" should list REPORT_SQL_VIEW
| Reported by: | Juanma Barranquero | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | low | Milestone: | 0.8 |
| Component: | admin/console | Version: | devel |
| Severity: | trivial | Keywords: | documentation |
| Cc: |
Description (last modified by cmlenz) (diff)
REPORT_SQL_VIEW privilege was implemented back in [407], but is not listed among the output of "permission list".
-
scripts/trac-admin
407 407 print ' ROADMAP_VIEW, ROADMAP_ADMIN, TIMELINE_VIEW, SEARCH_VIEW, ' 408 print ' CONFIG_VIEW and TRAC_ADMIN.'408 print ' REPORT_SQL_VIEW, CONFIG_VIEW and TRAC_ADMIN.' 409 409 print
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


