[Bug 35402] Update the OPAC and staff interface to Bootstrap 5
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35402 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |37807 --- Comment #47 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Jonathan Druart from comment #29)
(In reply to Jonathan Druart from comment #28)
2. # Failed test 'Update child to patron' # at t/db_dependent/selenium/update_child_to_adult.t line 153. Error while executing command: unexpected alert open: Dismissed user prompt dialog: Are you sure you want to update this child to an Adult category? This cannot be undone. at /usr/share/perl5/Selenium/Remote/Driver.pm line 411.
This is happening because the "Update child to adult" item in the "More" menu (members module) is clickable. There is a tooltip and prior to this change the item was not clickable and we didn't get the alert.
Related to this, it seems that the next entry "Export today's checked in barcodes" is not shown and disabled when needed. We certainly want this change:
[% IF Koha.Preference('intranetreadinghistory') %] - [%IF ( privacy == 2 ) %] + [%IF ( patron.privacy == 2 ) %]
Opened bug 37807. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37807 [Bug 37807] "Export today's checked in barcodes" not disabled when needed -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org