Docs - Image error in 2.7 reports enhancment docs

Bug #1374903 reported by Josh Stompro
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Evergreen
Fix Released
Undecided
Unassigned

Bug Description

Just noticed that one of the "2.7_Enhancements_to_Reports" images under docs/media is a .png, while all the rest are .jpg.

docs/media/2.7_Enhancements_to_Reports5.png

In docs/reports/reporter_generating_reports.txt it is referenced as a .jpg, so it doesn't show up.

The line is:
:image::media/2.7_Enhancements_to_Reports5.jpg[Reports5]

Here is a one line bash command that checks to make sure all the image links are correct. This could be added to the documentation Q/A procedure.

for i in `egrep -roh "media/.*\.(JPG|jpg|png|PNG)" | sort | uniq `; do [ -f $i ] || echo "File $i not found" ; done

I'm not sure if the fix for this should be changing the image to a jpg or just fixing the link in the asciidoc file.

Josh

Revision history for this message
Remington Steed (rjs7) wrote :

I'd be happy with just fixing the asciidoc file to point to the existing png file. Good catch!

Changed in evergreen:
status: New → Fix Committed
Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

 Angela Kilsdonk fixed this in commit 4ab439f604b4b5df1c3252665be06e731220b1f4
http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=4ab439f604b4b5df1c3252665be06e731220b1f4

She replaced the png with a jpeg.

So this can be resolved.
Josh

Changed in evergreen:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.