Opened 14 years ago

Last modified 10 years ago

#6327 closed defect

Installation problem — at Initial Version

Reported by: rickert@… Owned by: Vladimir Abramov
Priority: normal Component: TypedTicketWorkflowPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

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:

  1. Use "python setup.py install" to create the .egg-File
  2. Install the egg-File using the Admin Page=>Plugins=>Install Plugin
  3. Activate the plugin in the trac.ini ("typedworkflow.* = enabled")
  4. 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

Change History (0)

Note: See TracTickets for help on using tickets.