On the Staff Client Preferences page the option for Display856uAsImage has the text "(for future use, Results XSLT not functional at this time)" in two of the possible settings - Results and Both. Sometime before 3.12.4 the Results XSLT page for the Staff Client was fixed and now works in the marc21 format, and will display 856u fields as images providing the other requirements are met (856q field populated correctly and XSLT preference turned on). The normarc and unimarc may not work in both detail and results, there is already a bug open to correct the normarc. However, I think the caveat text can be removed from this preference as it is working for marc21 at this time.
Created attachment 33395 [details] [review] Bug 10878: Correct Display856uAsImage pref description Removes note about Display856uAsImage not working on the OPAC result page. To test: - catalog a record with 856$u = URL to an image, $q = img - turn on the system preference Display856uAsImage - check that the pref description makes sense and is correct - the warning about the pref not working on result pages has been removed - make sure your record has been reindexed by Zebra - verifiy the image indeed displays on the result page in the bootstrap catalog. Note: The height=100 doesn't work in the Boostrap catalog, so the images display in their original size. Will file a separate bug for this.
Created attachment 33406 [details] [review] Bug 10878: Correct Display856uAsImage pref description Removes note about Display856uAsImage not working on the OPAC result page. To test: - catalog a record with 856$u = URL to an image, $q = img - turn on the system preference Display856uAsImage - check that the pref description makes sense and is correct - the warning about the pref not working on result pages has been removed - make sure your record has been reindexed by Zebra - verifiy the image indeed displays on the result page in the bootstrap catalog. Note: The height=100 doesn't work in the Boostrap catalog, so the images display in their original size. Will file a separate bug for this. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Created attachment 33472 [details] [review] [Passed QA] Bug 10878: Correct Display856uAsImage pref description Removes note about Display856uAsImage not working on the OPAC result page. To test: - catalog a record with 856$u = URL to an image, $q = img - turn on the system preference Display856uAsImage - check that the pref description makes sense and is correct - the warning about the pref not working on result pages has been removed - make sure your record has been reindexed by Zebra - verifiy the image indeed displays on the result page in the bootstrap catalog. Note: The height=100 doesn't work in the Boostrap catalog, so the images display in their original size. Will file a separate bug for this. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Agree, patch is good... passing qa
Patch pushed to master. Thanks Katrin!