Changes between Initial Version and Version 2 of Ticket #6327


Ignore:
Timestamp:
Jan 14, 2014, 8:57:12 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6327

    • Property Owner changed from Vladimir Abramov to Ryan J Ollos
    • Property Status changed from new to accepted
  • Ticket #6327 – Description

    initial v2  
    11Hi!
    22I wanted to install the plugin.
    3 Everytime, I set the workflow to
    4 "workflow = TypedTickedWorkflow"
    5 the Action field in the ticket page gets empty?!
     3Everytime, I set the workflow to `workflow = TypedTickedWorkflow` the Action field in the ticket page gets empty?!
    64
    75I 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...
    86
    97What I have done until now:
    10 1. Use "python setup.py install" to create the .egg-File
    11 2. Install the egg-File using the Admin Page=>Plugins=>Install Plugin
    12 3. Activate the plugin in the trac.ini ("typedworkflow.* = enabled")
    13 4. Adding the options to the workflow in trac.ini:
     8 1. Use `python setup.py install` to create the .egg-File
     9 2. Install the egg-File using the Admin Page=>Plugins=>Install Plugin
     10 3. Activate the plugin in the trac.ini (`typedworkflow.* = enabled`)
     11 4. Adding the options to the workflow in trac.ini:
     12 {{{#!ini
    1413[ticket]
    1514workflow = TypedTicketWorkflow
     
    2019accept.permissions = TICKET_MODIFY
    2120accept.tickettype = bug, task
     21}}}
    2222
    2323The plugin page now shows, that the plugin is activated, but there are no actions any more in the ticked editor!