https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41251
--- Comment #31 from Eric Phetteplace <[email protected]> --- Hi Paul, good catch on the undefined `e` var. I guess preventDefault is not needed there; I was able to complete the existing testing plan with your changes. I am surprised there aren't worse bugs from the malformed "$("form[name='f'")" selectors. I had never used restricted item editing and found that it took several steps to set up on ktd: add one field to SubfieldsToAllowForRestrictedEditing (e.g. "952$z"), create a new staff account (I couldn't get it to work by editing the `koha` account, even after unchecking `edit_catalogue` and `edit_any_item`), give it the `catalogue` and all permissions under `editcatalogue` except `edit_any_item` and `editcatalogue` itself, sign in as it, then complete the prompt dismissal testing in step #9. Sign off on the QA follow-up coming shortly. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
