https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23246
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #16 from Tomás Cohen Arazi <[email protected]> --- Here again. This is the test plan I followed: - Have a record with an 856 $uhttps://www.youtube.com/watch?v=uHav6PL_4Bo - Have HTML5MediaYouTube and HTML5MediaEnabled disabled, and LocalCoverImages enabled - Load the detail page of the record => FAIL: you see: https://snipboard.io/Csb7HK.jpg (i.e. The syspref is disabled, but it jumps to the 'Images' tab, the fourth one, which is hardcoded and doesn't verify the syspref first). - Apply this patches, restart_all and refresh the browser => SUCCESS: It doesn't jump to the 'Images' tab (https://snipboard.io/4z9NTl.jpg) - Enable HTML5MediaYouTube and HTML5MediaEnabled - Reload the detail page => SUCCESS: The embedded media is displayed! (https://snipboard.io/REZ2T6.jpg) The fact that it jumps to the 'Images' tab is a coincidence, if you have EasyAnalytics enabled and LocalCoverImages disabled, it will jump to the Analytics tab. This is because it is hardcoded to jump to the tab with index of 3. It is very easy to spot the problem in the diff... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
