Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#13431 closed defect (fixed)

Versionlist doesn't list linked versions

Reported by: Martijn Zeedijk Owned by: Martijn Zeedijk
Priority: normal Component: SimpleMultiProjectPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.2

Description (last modified by Martijn Zeedijk)

When creating a ticket or modifying an existing ticket: When selecting a project, the versionslist only lists the first character of the versions linked to a project.

Attachments (0)

Change History (4)

comment:1 Changed 6 years ago by Martijn Zeedijk

I fixed the versionlist issue by changing line 59 of ticket.py from:

 project_versions[project].extend([version[0] for version in

to

 project_versions[project].extend([version for version in

Now the array smp_project_versions is filled with the full version name per project instead of only the first character.

Please review this.

comment:2 Changed 6 years ago by Martijn Zeedijk

Description: modified (diff)

comment:3 Changed 6 years ago by Ryan J Ollos

Owner: set to Ryan J Ollos
Resolution: fixed
Status: newclosed

In 17180:

SimpleMultiProject 0.6.0dev: Fix project versions not shown

Patch by Martijn Zeedijk.

Refs #13380, Fixes #13431.

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.