Modify

Opened 16 years ago

Closed 16 years ago

#2164 closed task (worksforme)

stupid user problem - TICKET_CREATE_SIMPLE not available in perm list

Reported by: cbknott@… Owned by: Noah Kantrowitz
Priority: normal Component: SimpleTicketPlugin
Severity: trivial Keywords:
Cc: cplotkin@… Trac Release: 0.10

Description

uname -a: 2.6.20-16-generic #2 SMP Thu Aug 30 23:16:15 UTC 2007 x86_64 GNU/Linux trac version: 0.10.4

installed privatetickets 0.10 and simpletickets 0.10. privatetickets is working, simpleticket installed with no issues, but TICKET_CREATE_SIMPLE does not show up in my permission list.

Copying TracSimpleTicket-1.1.3-py2.5.egg to /python-path/site-packages

Very bottom of trac.ini is:

[simpleticket]

hide = milestone, owner, component

Not a python freak, so can't read the code to know if I have done something stupid. Here is my relevant permission list:

User Action


external TICKET_APPEND

external TICKET_CREATE

external TICKET_VIEW_SELF

Available actions:

CONFIG_VIEW, MILESTONE_ADMIN, MILESTONE_CREATE, MILESTONE_DELETE, MILESTONE_MODIFY, MILESTONE_VIEW, REPORT_ADMIN, REPORT_CREATE, REPORT_DELETE, REPORT_MODIFY, REPORT_SQL_VIEW, REPORT_VIEW, ROADMAP_ADMIN, ROADMAP_VIEW, SEARCH_VIEW, TICKET_ADMIN, TICKET_APPEND, TICKET_CHGPROP, TICKET_CREATE, TICKET_MODIFY, TICKET_VIEW, TICKET_VIEW_CC, TICKET_VIEW_CC_GROUP, TICKET_VIEW_GROUP, TICKET_VIEW_OWNER, TICKET_VIEW_OWNER_GROUP, TICKET_VIEW_REPORTER, TICKET_VIEW_REPORTER_GROUP, TICKET_VIEW_SELF, TIMELINE_VIEW, TRAC_ADMIN, WIKI_ADMIN, WIKI_CREATE, WIKI_DELETE, WIKI_MODIFY, WIKI_VIEW

Trac [tracdir]> permission add external TICKET_CREATE_SIMPLE Command failed: TICKET_CREATE_SIMPLE is not a valid action.

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Noah Kantrowitz

Resolution: worksforme
Status: newclosed

Please re-read TracPlugins. If you use one of the global folders (such as site-packages) you also need to enable the plugin (the simpleticket.* = enabled stuffs).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.