Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#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:1 Changed 6 years ago by Martijn Zeedijk

I fixed the componentlist issue by changing line 51 of ticket.py from

comp_projects = [project[0] for project in

to

comp_projects = [project for project in

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 in filter_milestones.js

Please review this.

Version 0, edited 6 years ago by Martijn Zeedijk (next)

comment:2 Changed 6 years ago by Ryan J Ollos

Owner: set to Ryan J Ollos
Status: newaccepted

comment:3 Changed 6 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

In 17179:

SimpleMultiProject 0.6.0dev: Fix project components not shown

Patch by Martijn Zeedijk.

Refs #13380, Fixes #13429.

comment:4 Changed 6 years ago by Ryan J Ollos

Owner: changed from Ryan J Ollos to Martijn Zeedijk

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Martijn Zeedijk.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.