
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Jar on BEA Weblogic 8.1 SP6 on Windows 2000 server.
|
|
Issue Links:
|
Cause
|
|
This issue is caused by:
|
|
JRA-10404
Make 'views' of content (single issue and search request) pluggable, and rewrite default implementations in velocity
|
|
|
|
|
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
JRA-15209
Printing with the chosen "sort order"
|
|
|
|
|
|
|
|
When viewing an issue, if you click on the "sort order" arrow on the right side when viewing say the comments,
then click on the "printable" link at the top next to "Issue details", the printable view does not respect that sort order
selected on the normal view. Also, but in the same vane, we changed the default sort order in the jira properties
and the printable view is not respecting that setting.
Browsing through the code, I saw that the printable view is done completely differently from the normal Issue View and
did not see a quick and easy way to correct the problem.
|
|
Description
|
When viewing an issue, if you click on the "sort order" arrow on the right side when viewing say the comments,
then click on the "printable" link at the top next to "Issue details", the printable view does not respect that sort order
selected on the normal view. Also, but in the same vane, we changed the default sort order in the jira properties
and the printable view is not respecting that setting.
Browsing through the code, I saw that the printable view is done completely differently from the normal Issue View and
did not see a quick and easy way to correct the problem. |
Show » |
|
As the "printable" view uses the plugin system at the moment it is not able to access the session to determine the current sort order. However, it can be changed to respect the default sort order in jira-application.properties. Would this be enough of an improvement for you?
Cheers,
Lily