Opened 10 years ago
Closed 10 years ago
#12174 closed defect (fixed)
No Project selection on tickets
Reported by: | Owned by: | falkb | |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Using SimpleMultiProject-0.0.4dev_r14359-py2.7.egg on Trac 1.0.3.
When creating a new ticket there is an empty project field but it is not populated. Then I have components only available for that special project and I have configured this. These components are not available at all.
I would expect a populated project list that is populating the related components.
Multi Project is one of the most important requirements for me if not dealing with many separated Trac environments and separated Wikis. I would even like to see some configurable number of sub_projects, but for now the 2 layers project AND component is fine, coding different project/subprojects into the project field.
Attachments (3)
Change History (9)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Hi, thanks for your support. I try to provide you all required information.
I was not sure if there is already a feature populating the project list in a "new ticket" or if this is a defect.
Attached you find some screenshots. I have components that belong to special projects only.
Changed 10 years ago by
Attachment: | multi_project_01.png added |
---|
Changed 10 years ago by
Attachment: | multi_project_02.png added |
---|
comment:4 follow-up: 5 Changed 10 years ago by
in trac.ini, have you set this?:
[ticket-custom] project = select project.label = Project project.value =
comment:5 Changed 10 years ago by
Replying to falkb:
in trac.ini, have you set this?:
[ticket-custom] project = select project.label = Project project.value =
No I did not, because I followed http://trac-hacks.org/wiki/SimpleMultiProjectPlugin#Installation Now it works. Thanks.
comment:6 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yeah, great!! It's my fault, that installation description should recommend "select". Thanks for your patience and your ticket; I've fixed the wiki now. Cheers, falkb
So I guess you already created some projects. Can you give me more information what happened? Does debug logging show things? Do you use a special database type? Can you have a look in trac.db via a database browser, does it show your created projects there? All those questions, you know...