Patch #42794
openHide irrelevant information when printing
0%
Description
Ctrl+P
or Ctrl+Shift+P
) there are several views where irrelevant information are still printed, (subjectively?) "uglifying" the printed output, for example:
- in time entries list, an extra / stray column with action buttons (patch attached)
- in issues list, an extra / stray column with with action buttons (patch attached)
- in version lists, an extra / stray column with action buttons (patch attached)
In my opinion I also consider irrelevant for printing the list of formats and update information for wiki pages, so please find attached a (most optional) patch that hide those sections too.
All patches are very simple, they just add the hide-when-print
class to the corresponding elements that should not be displayed when printing.
The patches where generated and tested on Redmine version 6.0.5.
I didn't know what category these patches should be assigned to (no "Printing" category found) so I picked "UI".
As a side note, I extensively use native printing (Ctrl+P
) to generate PDF output reports and wiki based documentation instead of exporting to various formats, because I find it more convenient and most importantly it retains the overall look and feel of Redmine, matching the original formatting.
Files