https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40807
ChloƩ Zermatten <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |ity.org |o.uk --- Comment #1 from ChloƩ Zermatten <[email protected]> --- The issue seems to be that the <input type="text" disabled="disabled" style="display:none" /> dummy input added "avoid Firefox from using userid/password saved for authentication" as per the code comment does not play ball with the change introduced by Bug 38459, which modifies the origin_input_id check to ensure that we check the value of the last child. The simplest (though maybe slightly hack-y?) solution appears to be to just invert the order of the input fields in the template, so the last child is the true input. Patch coming up. -- You are receiving this mail because: You are the assignee for the bug. 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/
