Modify ↓
Opened 10 years ago
Closed 10 years ago
#12498 closed task (worksforme)
Adding new projects to the ticketmover
| Reported by: | Owned by: | Nathan Bird | |
|---|---|---|---|
| Priority: | normal | Component: | TicketMoverPlugin |
| Severity: | normal | Keywords: | modify |
| Cc: | adamg@… | Trac Release: | 0.12 |
Description
I received a request to modify the drop down menu on the ticket mover to include a project that was not present before. Currently there is no documentation on when or how the current projects were added as this was done long before I was employed and I'm currently working on getting access to the back end as I suspect any modification would occur there.
The question I have is where exactly are the projects made available in the drop down menu are stored and how to modify it.
Attachments (0)
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
See also TicketMoverPlugin#Description.
Note: See
TracTickets for help on using
tickets.



The plugin supports projects under a common parent directory. For example,
/var/trac/proj1,/var/trac/proj2, ... If you add another project,/var/trac/proj3, it should immediately appear in the menu.For any other directory layout you'd need to modify the code.