https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35402

--- Comment #29 from Jonathan Druart <[email protected]> ---
(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 ) %]

-- 
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/

Reply via email to