Edgewall Software

Changes between Version 120 and Version 121 of 0.12/TracFaq


Ignore:
Timestamp:
Feb 1, 2005, 11:10:42 AM (19 years ago)
Author:
xamen
Comment:

corrected WikiFormatting for "We're already using Bugzilla, can I disable tickets?"

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v120 v121  
    319319We're already using Bugzilla, can I disable tickets?
    320320----------------------------------------------------
    321 Use [wiki:TracAdmin TracAdmin] and disable the permissions for tickets:
    322 
    323 {{{
    324 trac-admin </path/to/projenv> permission remove TICKET_VIEW TICKET_CREATE TICKET_MODIFY TICKET_ADMIN
    325 }}}
     321Use `TracAdmin`:trac: and disable the permissions for tickets:
     322
     323::
     324
     325  trac-admin </path/to/projenv> permission remove TICKET_VIEW TICKET_CREATE TICKET_MODIFY TICKET_ADMIN
     326
    326327
    327328-----