Defect #29607
closedAllow project column to break into new line in time entry table
0%
Description
When adding the project column to the time entries detail report, the project name does not break into new line. This unnecessarily can quickly add a horizointal scroll bar and/or vertical space to the table. This can be avoided by letting the content break into new lines, just like the issue's name. This patch takes care of it.
Before:
After:
Files
Updated by Go MAEDA over 6 years ago
It also affects issues list. I think the improved style should also be applied to the issues list. Felix Gliesche, would you update your patch if you agree on it?
Updated by Felix Gliesche over 6 years ago
@Go MAEDA: Good Point. I will take care of it and add an additional patch soon.
Updated by Felix Gliesche over 6 years ago
- File redmine-lokal-after.png redmine-lokal-after.png added
- File redmine-lokal-before.png redmine-lokal-before.png added
Hello Go MAEDA,
i did some tests. For the issue list, I didn't really find an improvement for the issue list:
Before:
After:
I am not sure, if it's worth updating it for the issue list, too. What do you think?
Updated by Go MAEDA over 6 years ago
- Target version set to 4.1.0
Felix Gliesche wrote:
i did some tests. For the issue list, I didn't really find an improvement for the issue list:
Thank you for sparing time for testing it, I agree with you.
I am setting the target version to 4.1.0.
Updated by Go MAEDA over 6 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from 4.1.0 to 4.0.0
- Resolution set to Fixed
Committed the patch. Thank you for providing the patch.