https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855
--- Comment #8 from Alex Buckley <[email protected]> --- Created attachment 58664 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58664&action=edit Bug 17855 - Implemented a minimum and maximum card number allowed for the create patron screen of the onboarding tool. Test plan: 1. Go through the web installer and onboarding tool as outlined here: https://koha-community.org/manual/installation/html/ 2. Notice on the first create patron screen you cannot enter a value lower than 1 for the card number 3.Check the database and you should see that the library, patron category, patron (with superlibrarian permissions), item type and circulation rule are all being successfully inserted into the database. Bug 17855 - Made card number required for the create patron screen to be submitted. Test plan: 1. Go through the web installer and onboarding tool as outlined here: https://koha-community.org/manual/installation/html/ 2. Notice that you must enter a card number to submit the first create patron screen 3. Check the database to see that the library, patron category, patron, item type and circulation rule are all successfully inserting into the datbase. Bug 17855 - Circulation rule is now inserting into the database successfully. Therefore all 5 steps of the onboarding tool (creating a library, patron category, patron, item type and circulation rule) are successfully inserting into the database. Test plan: 1. Go through the web installer and onboarding tool as outlined in the below link: https://koha-community.org/manual/installation/html/ 2. Check the database to see that the library, patron category, patron, item type and circulation rule are all inserting correctly. 3. Notice there are no html regexes implemented on text input fields yet of the onboarding tool. Made card number required Added max and min length for card number -- 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/
