https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855
--- Comment #6 from Alex Buckley <[email protected]> --- Created attachment 58662 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58662&action=edit Bug 17855 - Working insertion of library, patron category, patron (with superlibrarian permissions asssigned), and item type Create circulation screens backend code to insert a circulation rule into the database not yet working. Bug 17855 - Same as previous patch with some minor changes to the code for step 2 (creating a patron category) in onboarding.pl Bug 17855 - Same as previous patch except made changes to the perl code for creating a patron category which is step 2 in the onboarding.pl script Bug 17855 - Successful insertion from onboarding tool of library, patron category, patron and item type. Successful checking if library, patron category and item type has been installed with web installer, and if they have been installed then the appropriate onboarding tool step is skipped. Bug 17855 - Working insertion of library, patron category and patron as well as checks for library, patron category, and item type in the onboarding tool. i.e. Very similar to the previous patch Error messages working for create library. In progress for patron category. Fixing the item type error handling. Still in progress. Correctly inserting patron so they can now log in with the patron account they create on the onboarding tool (no superlibrarian permissions yet) but the dropdown boxes on the create circulation rule screen no longer work Fixed some things I broke in patron category Fixed more of patron category. Should be working normally but error handling still not implemented. Same as previous Working insertion of the patron into the borrowers table and setting of superlibrarian permissions so the user can log in with the patron they create in the onboarding tool however the dropdown boxes in the create circulation rule screen now do not work -- 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] http://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/
