Modify ↓
#13429 closed defect (fixed)
Componentlist doesn't list linked components
Reported by: | Martijn Zeedijk | Owned by: | Martijn Zeedijk |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description
When creating a ticket or modifying an existing ticket: When selecting a project, the componentlist only lists global components and not the components that are private to that project.
Attachments (0)
Change History (4)
comment:2 Changed 7 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:4 Changed 7 years ago by
Owner: | changed from Ryan J Ollos to Martijn Zeedijk |
---|
Note: See
TracTickets for help on using
tickets.
I fixed the componentlist issue by changing line 51 of
ticket.py
from:to
Now the array
smp_component_projects
is filled with the full project name per component instead of only the first character and thus matches successful in the inArray function infilter_milestones.js
.Please review this.