Modify ↓
#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 )
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 7 years ago by
comment:2 Changed 7 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 6 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In 17180:
comment:4 Changed 6 years ago by
Owner: | changed from Ryan J Ollos to Martijn Zeedijk |
---|
Note: See
TracTickets for help on using
tickets.
I fixed the versionlist issue by changing line 59 of
ticket.py
from:to
Now the array
smp_project_versions
is filled with the full version name per project instead of only the first character.Please review this.