https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38813
--- Comment #4 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 176106 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176106&action=edit [24.05.x] Bug 38813: Make inner tabs selected correctly On the 24.05.x branch (i.e. before the tab wrapper) the template logic is making it not select the first tab if there are no policies defined. To test: 1. Have KTD running on 24.05.x 2. Enable the `CurbsidePickups` system preference 3. Define a policy (anyone), DISABLED 4. Log into the OPAC and point your browser to <koha>/cgi-bin/koha/opac-curbside-pickups.pl => FAIL: The 'Your pickups' tab is grey (not selected) and there's no content below it 5. ENABLE the policy and reload the OPAC => SUCCESS: Notice it gives you the option to 'Schedule a pickup', selected by default. 6. Apply this patch 7. Repeat 5 => SUCCESS: No behavior change 8. Repeat 3-4 => SUCCESS: The 'Your pickups' tab is selected, and the 'No curbside pickups' message displayed 9. Sign off :-D -- 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/
