Defect #30491
Project#short_description may return a too long string
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Projects | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
I think that Project#short_description is supposed to return a string shorter than 255 characters by default.
However, the current implementation returns a string which exceeds 255 characters if the first line of the description is very long.
The attached patch fixes this issue.