Opened 15 years ago
Closed 11 years ago
#6327 closed defect (worksforme)
Installation problem
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | TypedTicketWorkflowPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
Hi!
I wanted to install the plugin.
Everytime, I set the workflow to workflow = TypedTickedWorkflow
the Action field in the ticket page gets empty?!
I also tried the installation of the MasterTicketPlugin in order to check, if I am able to install new plugins at all (could be that I am just too stupid...). But for that plugin everything worked...
What I have done until now:
- Use
python setup.py install
to create the .egg-File - Install the egg-File using the Admin Page=>Plugins=>Install Plugin
- Activate the plugin in the trac.ini (
typedworkflow.* = enabled
) - Adding the options to the workflow in trac.ini:
[ticket] workflow = TypedTicketWorkflow [ticket-workflow] accept = new,assigned,accepted,reopened -> accepted accept.operations = set_owner_to_self accept.permissions = TICKET_MODIFY accept.tickettype = bug, task
The plugin page now shows, that the plugin is activated, but there are no actions any more in the ticked editor!
Maybe, you have an idea what I'm doing wrong!
Thanks in advance, Andreas
I am using Trac 0.11.6
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Vladimir Abramov to Ryan J Ollos |
Status: | new → accepted |
comment:3 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | accepted → closed |
The plugin is working well in Trac 1.0.2dev. In your case, it is likely that the plugin is not loading for some reason. Turn on TracLogging and set the log level to debug to see if it is loading. You may see a message Skipping, along with a traceback which could give hints as to why it is not loading.
Try navigating to
/newticket?type=task
. Is the action field populated for that case?